]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add icx compiler version support in perl asm scripts
authorWolfgang Beck <beck.wolfgang@oracle.com>
Fri, 6 Mar 2026 02:48:46 +0000 (02:48 +0000)
committerNikola Pajkovsky <nikolap@openssl.org>
Mon, 27 Apr 2026 06:44:12 +0000 (06:44 +0000)
commit82124a204a5b911ba9b5186d0ea4ecf5bed4e34f
treeb87ba50c246808f4f3fe653dbe68d1ccea09ee54
parent40577e13558f6a9f53f7febe63705146e56a24d9
Add icx compiler version support in perl asm scripts

Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Mon Apr 27 06:44:52 2026
(Merged from https://github.com/openssl/openssl/pull/30313)
30 files changed:
crypto/aes/asm/aes-cfb-avx512.pl
crypto/aes/asm/aesni-mb-x86_64.pl
crypto/aes/asm/aesni-sha1-x86_64.pl
crypto/aes/asm/aesni-sha256-x86_64.pl
crypto/aes/asm/aesni-xts-avx512.pl
crypto/bn/asm/rsaz-2k-avx512.pl
crypto/bn/asm/rsaz-2k-avxifma.pl
crypto/bn/asm/rsaz-3k-avx512.pl
crypto/bn/asm/rsaz-3k-avxifma.pl
crypto/bn/asm/rsaz-4k-avx512.pl
crypto/bn/asm/rsaz-4k-avxifma.pl
crypto/bn/asm/rsaz-avx2.pl
crypto/bn/asm/rsaz-x86_64.pl
crypto/bn/asm/x86_64-mont.pl
crypto/bn/asm/x86_64-mont5.pl
crypto/chacha/asm/chacha-x86.pl
crypto/chacha/asm/chacha-x86_64.pl
crypto/ec/asm/ecp_nistz256-x86_64.pl
crypto/ec/asm/x25519-x86_64.pl
crypto/modes/asm/aes-gcm-avx512.pl
crypto/modes/asm/aesni-gcm-x86_64.pl
crypto/modes/asm/ghash-x86_64.pl
crypto/poly1305/asm/poly1305-x86.pl
crypto/poly1305/asm/poly1305-x86_64.pl
crypto/sha/asm/sha1-586.pl
crypto/sha/asm/sha1-mb-x86_64.pl
crypto/sha/asm/sha1-x86_64.pl
crypto/sha/asm/sha256-586.pl
crypto/sha/asm/sha256-mb-x86_64.pl
crypto/sha/asm/sha512-x86_64.pl