From c28e4d84889d71929a0729789634cf172fced383 Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Tue, 18 Sep 2018 01:51:28 +0000 Subject: [PATCH] Do not generate unused AVX2 and AVX-512 assembly files for amd64. --- secure/lib/libcrypto/Makefile.asm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index 9026a1a073c3..5b6a823dd01a 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -75,7 +75,7 @@ SRCS+= cmll-x86_64.pl SRCS+= chacha-x86_64.pl # ec -SRCS+= ecp_nistz256-avx2.pl ecp_nistz256-x86_64.pl x25519-x86_64.pl +SRCS+= ecp_nistz256-x86_64.pl x25519-x86_64.pl # engines SRCS+= e_padlock-x86_64.pl @@ -93,8 +93,7 @@ SRCS+= poly1305-x86_64.pl SRCS+= rc4-md5-x86_64.pl rc4-x86_64.pl # sha -SRCS+= keccak1600-avx2.pl keccak1600-avx512.pl keccak1600-avx512vl.pl \ - keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \ +SRCS+= keccak1600-x86_64.pl sha1-mb-x86_64.pl sha1-x86_64.pl \ sha256-mb-x86_64.pl # whrlpool