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

@@ -89,7 +89,8 @@ func New() hash.Hash {
d.Reset()
return d
}
// default back to the standard golang implementation
// Fallback to the standard golang implementation
// if no features were found.
return sha256.New()
}