vendor: Update github.com/minio/sha256-simd, CPU detection (Linux)
This commit is contained in:
3
vendor/github.com/minio/sha256-simd/cpuid_arm.go
generated
vendored
3
vendor/github.com/minio/sha256-simd/cpuid_arm.go
generated
vendored
@@ -28,6 +28,5 @@ func xgetbv(index uint32) (eax, edx uint32) {
|
||||
}
|
||||
|
||||
func haveArmSha() bool {
|
||||
// TODO: Implement feature detection for ARM
|
||||
return true
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user