Skip to content

Commit 552c521

Browse files
authored
remove another early exit for incx < 0
1 parent ed532dc commit 552c521

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/arm64/scnrm2_thunderx2t99.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static double nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x)
229229
" cmp "N", xzr \n"
230230
" ble 9f //nrm2_kernel_L999 \n"
231231
" cmp "INC_X", xzr \n"
232-
" ble 9f //nrm2_kernel_L999 \n"
232+
" beq 9f //nrm2_kernel_L999 \n"
233233
" cmp "INC_X", #1 \n"
234234
" bne 5f //nrm2_kernel_S_BEGIN \n"
235235

0 commit comments

Comments
 (0)