mirror of https://github.com/minio/minio.git
6 lines
103 B
Go
6 lines
103 B
Go
|
// !build amd64
|
||
|
|
||
|
package sha1
|
||
|
|
||
|
//go:generate yasm -f elf64 sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso
|