Skip to content

Commit ea0a106

Browse files
authored
Remove double load on 64 byte loop init (#279)
Fixes #278
1 parent 465e91a commit ea0a106

File tree

2 files changed

+0
-61
lines changed

2 files changed

+0
-61
lines changed

_gen/gen.go

-1
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,6 @@ func genMulAvx2Sixty64(name string, inputs int, outputs int, xor bool) {
644644
}
645645
outBase := addr.Addr
646646
outSlicePtr := GP64()
647-
MOVQ(addr.Addr, outSlicePtr)
648647
MOVQ(outBase, outSlicePtr)
649648
for i := range dst {
650649
dst[i] = YMM()

0 commit comments

Comments
 (0)