Skip to content

Commit ed532dc

Browse files
authored
remove another early exit for incx < 0
1 parent 161ac17 commit ed532dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/arm64/dznrm2_thunderx2t99.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static void nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x,
7777
" cmp "N", xzr \n"
7878
" ble 9f //nrm2_kernel_L999 \n"
7979
" cmp "INC_X", xzr \n"
80-
" ble 9f //nrm2_kernel_L999 \n"
80+
" beq 9f //nrm2_kernel_L999 \n"
8181

8282
"1: //nrm2_kernel_F_BEGIN: \n"
8383
" mov x6, #0x7FF0000000000000 //+Infinity \n"

0 commit comments

Comments
 (0)