Codebase list golang-github-minio-sha256-simd / 8058caf
Added reminder for feature dectection for ARM frankw 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2727 }
2828
2929 func haveArmSha() bool {
30 // TODO: Implement feature detection for ARM
3031 return true
3132 }