Now able to use crc32c and sha1 on Darwin, with OSX specific code

This commit is contained in:
Harshavardhana
2015-03-06 02:35:54 -08:00
parent 46eb2eaeb9
commit 856b7680df
11 changed files with 205 additions and 20 deletions

View File

@@ -2,4 +2,4 @@
package sha1
//go:generate yasm -f macho64 sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso
//go:generate yasm -f macho64 -DINTEL_SHA1_UPDATE_FUNCNAME=_sha1_update_intel sha1_sse3_amd64.asm -o sha1_sse3_amd64.syso