Add ec/asm/ecp_nistz256-x86.pl module.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
d6c5462ef8
commit
aa9db2d292
@ -48,6 +48,9 @@ lib: $(LIBOBJ)
|
|||||||
$(RANLIB) $(LIB) || echo Never mind.
|
$(RANLIB) $(LIB) || echo Never mind.
|
||||||
@touch lib
|
@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
|
ecp_nistz256-x86_64.s: asm/ecp_nistz256-x86_64.pl
|
||||||
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
|
$(PERL) asm/ecp_nistz256-x86_64.pl $(PERLASM_SCHEME) > $@
|
||||||
|
|
||||||
|
1823
crypto/ec/asm/ecp_nistz256-x86.pl
Executable file
1823
crypto/ec/asm/ecp_nistz256-x86.pl
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user