svn commit: r338747 - projects/openssl111/secure/lib/libcrypto
Jung-uk Kim
jkim at FreeBSD.org
Tue Sep 18 01:51:29 UTC 2018
Author: jkim
Date: Tue Sep 18 01:51:28 2018
New Revision: 338747
URL: https://svnweb.freebsd.org/changeset/base/338747
Log:
Do not generate unused AVX2 and AVX-512 assembly files for amd64.
Modified:
projects/openssl111/secure/lib/libcrypto/Makefile.asm
Modified: projects/openssl111/secure/lib/libcrypto/Makefile.asm
==============================================================================
--- projects/openssl111/secure/lib/libcrypto/Makefile.asm Tue Sep 18 01:47:01 2018 (r338746)
+++ projects/openssl111/secure/lib/libcrypto/Makefile.asm Tue Sep 18 01:51:28 2018 (r338747)
@@ -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
More information about the svn-src-projects
mailing list