Add ec/asm/ecp_nistz256-x86.pl module.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
Andy Polyakov 2015-02-09 23:19:16 +01:00
parent d6c5462ef8
commit aa9db2d292
2 changed files with 1826 additions and 0 deletions

View File

@ -48,6 +48,9 @@ lib: $(LIBOBJ)
$(RANLIB) $(LIB) || echo Never mind.
@touch lib
ecp_nistz256-x86.s: asm/ecp_nistz256-x86.pl
$(PERL) asm/ecp_nistz256-x86.pl $(PERLASM_SCHEME) $(CFLAGS) $(PROCESSOR) > $@
ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@

1823
crypto/ec/asm/ecp_nistz256-x86.pl Executable file

File diff suppressed because it is too large Load Diff