mirror of
https://github.com/pgsty/minio.git
synced 2026-08-10 16:23:28 +03:00
vendor x/sys/cpu and update x/crypto/blake2b (#5870)
This change updates the vendor'd x/crypto/blake2b package and adds x/sys/cpu. This change fixes an issue for Go1.11 affecting x/crypto/blake2b since G1.11 removes the runtime-internal functions `suports_avx()` and `supports_avx2()`.
This commit is contained in:
committed by
Nitish Tiwari
parent
5f9041571f
commit
ca8520fb31
-12
@@ -748,15 +748,3 @@ noinc:
|
||||
|
||||
MOVQ BP, SP
|
||||
RET
|
||||
|
||||
// func supportsAVX2() bool
|
||||
TEXT ·supportsAVX2(SB), 4, $0-1
|
||||
MOVQ runtime·support_avx2(SB), AX
|
||||
MOVB AX, ret+0(FP)
|
||||
RET
|
||||
|
||||
// func supportsAVX() bool
|
||||
TEXT ·supportsAVX(SB), 4, $0-1
|
||||
MOVQ runtime·support_avx(SB), AX
|
||||
MOVB AX, ret+0(FP)
|
||||
RET
|
||||
|
||||
Reference in New Issue
Block a user