Skip to content

Commit

Permalink
Remove double load on 64 byte loop init (#279)
Browse files Browse the repository at this point in the history
Fixes #278
  • Loading branch information
klauspost committed May 7, 2024
1 parent 465e91a commit ea0a106
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 61 deletions.
1 change: 0 additions & 1 deletion _gen/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,6 @@ func genMulAvx2Sixty64(name string, inputs int, outputs int, xor bool) {
}
outBase := addr.Addr
outSlicePtr := GP64()
MOVQ(addr.Addr, outSlicePtr)
MOVQ(outBase, outSlicePtr)
for i := range dst {
dst[i] = YMM()
Expand Down

0 comments on commit ea0a106

Please sign in to comment.