Update dznrm2_thunderx2t99.c

This commit is contained in:
Martin Kroeker 2022-06-21 23:28:53 +02:00 committed by GitHub
parent 62a21e36e8
commit 6e4670a7a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -84,7 +84,6 @@ static void nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x,
" fmov "REGZERO", xzr \n" " fmov "REGZERO", xzr \n"
" fmov "REGONE", #1.0 \n" " fmov "REGONE", #1.0 \n"
" fmov "REGINF", x6 \n" " fmov "REGINF", x6 \n"
" fmov x6, 1.0 \n"
" lsl "INC_X", "INC_X", #"INC_SHIFT" \n" " lsl "INC_X", "INC_X", #"INC_SHIFT" \n"
" mov "J", "N" \n" " mov "J", "N" \n"
" cmp "J", xzr \n" " cmp "J", xzr \n"
@ -309,8 +308,8 @@ static void nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x,
" str "SCALE", [%[SCALE_]] \n" " str "SCALE", [%[SCALE_]] \n"
" b 11f \n" " b 11f \n"
"10: \n" "10: \n"
" str "REGINF", [%[SSQ_]] \n" " //str "REGINF", [%[SSQ_]] \n"
" str "REGINF", [%[SCALE_]] \n" " //str "REGINF", [%[SCALE_]] \n"
"11: \n" "11: \n"
: :