Update p256_asm_loong64.s

fix select issue
This commit is contained in:
Sun Yimin 2025-10-15 19:44:44 +08:00 committed by GitHub
parent 6d164702e8
commit 4ed546fd02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1355,6 +1355,7 @@ loop_select:
OR acc1, t1, t1
OR acc2, t2, t2
OR acc3, t3, t3
ADDVU $32, y_ptr, y_ptr
BNE const1, x_ptr, loop_select
@ -1422,6 +1423,7 @@ loop_select:
OR acc1, y1, y1
OR acc2, y2, y2
OR acc3, y3, y3
ADDVU $32, t1, t1
BNE t2, const0, loop_select
MOVV x0, (8*0)(res_ptr)