mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23: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
+2
-2
@@ -280,8 +280,8 @@ noinc:
|
||||
MOVQ BP, SP
|
||||
RET
|
||||
|
||||
// func supportSSE4() bool
|
||||
TEXT ·supportSSE4(SB), 4, $0-1
|
||||
// func supportsSSE4() bool
|
||||
TEXT ·supportsSSE4(SB), 4, $0-1
|
||||
MOVL $1, AX
|
||||
CPUID
|
||||
SHRL $19, CX // Bit 19 indicates SSE4 support
|
||||
|
||||
Reference in New Issue
Block a user