Engage SHA-256/-512 x86_64 assembler module.

This commit is contained in:
Andy Polyakov
2005-07-24 12:30:26 +00:00
parent 2337eb5823
commit 612a91110f
3 changed files with 9 additions and 5 deletions

View File

@@ -64,6 +64,10 @@ sha256-ia64.s: asm/sha512-ia64.pl
(cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
sha512-ia64.s: asm/sha512-ia64.pl
(cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS))
sha256-x86_64.s: asm/sha512-x86_64.pl
$(PERL) asm/sha512-x86_64.pl $@
sha512-x86_64.s: asm/sha512-x86_64.pl
$(PERL) asm/sha512-x86_64.pl $@
files:
$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO