mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
fix blake2b tests on non-amd64 machines (#3496)
Fix the TestHashes Test for non-amd64 machines
This commit is contained in:
committed by
Harshavardhana
parent
cdc6c2d578
commit
6ee27daac1
-3
@@ -6,9 +6,6 @@
|
||||
|
||||
package blake2b
|
||||
|
||||
var useAVX2 = false
|
||||
var useSSE4 = false
|
||||
|
||||
func hashBlocks(h *[8]uint64, c *[2]uint64, flag uint64, blocks []byte) {
|
||||
hashBlocksGeneric(h, c, flag, blocks)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user