Skip to content

Commit

Permalink
axpyu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunde21 committed Mar 17, 2018
1 parent 933538c commit 2a7c3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/asm/f64/axpyunitary_avx_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ TEXT ·AxpyUnitaryAVX(SB), NOSPLIT, $0
no_trim:
MOVQ LEN, TAIL
ANDQ $15, TAIL // TAIL := n % 8
SHRQ $4, LEN // LEN = floor( n / 8 )
SHRQ $4, LEN // LEN = floor( n / 16 )
JZ axpy_tail8 // if LEN == 0 { goto axpy_tail8 }

loop: // do {
Expand Down

0 comments on commit 2a7c3ee

Please sign in to comment.