vendor: Update github.com/minio/sha256-simd, CPU detection (Linux)

This commit is contained in:
Jakob Borg
2016-12-20 09:20:28 +01:00
parent 2f770f8bfb
commit 21eb098dd2
8 changed files with 1272 additions and 9 deletions

View File

@@ -28,6 +28,5 @@ func xgetbv(index uint32) (eax, edx uint32) {
}
func haveArmSha() bool {
// TODO: Implement feature detection for ARM
return true
return false
}