Skip to content

Commit

Permalink
Fix build for testing on amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
fwessels committed Aug 21, 2024
1 parent 69fe522 commit 406bf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galois_amd64_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ import (

func TestGenGalois(t *testing.T) {
if defaultOptions.useAVX2 {
testGenGaloisUpto10x10(t, galMulSlicesAvx2, galMulSlicesAvx2Xor)
testGenGaloisUpto10x10(t, galMulSlicesAvx2, galMulSlicesAvx2Xor, 32)
}
}

0 comments on commit 406bf4b

Please sign in to comment.