Date: Tue, 18 Sep 2018 01:51:28 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r338747 - projects/openssl111/secure/lib/libcrypto Message-ID: <201809180151.w8I1pSne063360@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809180151.w8I1pSne063360>