mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
update.sh: stop generating vpaes and bsaes x86_64 assembly
Remove generation of vpaes and bsaes assembly sources from update.sh,
as these are removed from source tree.
See: 824f363240
This commit is contained in:
@@ -276,8 +276,6 @@ for abi in elf macosx masm mingw64; do
|
||||
echo generating x86_64 ASM source for $abi
|
||||
|
||||
gen_asm_stdout $abi aes/asm/aes-x86_64.pl aes/aes-$abi-x86_64.S
|
||||
gen_asm_stdout $abi aes/asm/vpaes-x86_64.pl aes/vpaes-$abi-x86_64.S
|
||||
gen_asm_stdout $abi aes/asm/bsaes-x86_64.pl aes/bsaes-$abi-x86_64.S
|
||||
gen_asm_stdout $abi aes/asm/aesni-x86_64.pl aes/aesni-$abi-x86_64.S
|
||||
gen_asm_stdout $abi bn/asm/modexp512-x86_64.pl bn/modexp512-$abi-x86_64.S
|
||||
gen_asm_stdout $abi bn/asm/x86_64-mont.pl bn/mont-$abi-x86_64.S
|
||||
|
||||
Reference in New Issue
Block a user