Add vpaes-amrv8.pl module.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
1818572d83
commit
2779c08436
2 changed files with 1251 additions and 0 deletions
|
@ -91,6 +91,9 @@ aes-mips.S: asm/aes-mips.pl
|
|||
aesv8-armx.S: asm/aesv8-armx.pl
|
||||
$(PERL) asm/aesv8-armx.pl $(PERLASM_SCHEME) $@
|
||||
aesv8-armx.o: aesv8-armx.S
|
||||
vpaes-armv8.S: asm/vpaes-armv8.pl
|
||||
$(PERL) asm/vpaes-armv8.pl $(PERLASM_SCHEME) $@
|
||||
vpaes-armv8.o: vpaes-armv8.S
|
||||
|
||||
# GNU make "catch all"
|
||||
aes-%.S: asm/aes-%.pl; $(PERL) $< $(PERLASM_SCHEME) $@
|
||||
|
|
1248
crypto/aes/asm/vpaes-armv8.pl
Executable file
1248
crypto/aes/asm/vpaes-armv8.pl
Executable file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue