Skip to content

Commit

Permalink
remove another early exit for incx < 0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Mar 12, 2024
1 parent ed532dc commit 552c521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/arm64/scnrm2_thunderx2t99.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ static double nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x)
" cmp "N", xzr \n"
" ble 9f //nrm2_kernel_L999 \n"
" cmp "INC_X", xzr \n"
" ble 9f //nrm2_kernel_L999 \n"
" beq 9f //nrm2_kernel_L999 \n"
" cmp "INC_X", #1 \n"
" bne 5f //nrm2_kernel_S_BEGIN \n"

Expand Down

0 comments on commit 552c521

Please sign in to comment.