Merge pull request #10756 from SparkiDev/aes_asm_ymm_zmm

Intel x64 ASM: Add new assembly for AES
This commit is contained in:
David Garske
2026-06-25 21:41:17 -07:00
committed by GitHub
28 changed files with 47480 additions and 3449 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
{
if (($7 !~ /^[0-9]+$/) ||
($8 ~ /^(wc_|wolf|WOLF|__pfx|fe_|sp_[a-zA-Z090-0_]*[0-9])/) ||
($8 ~ /(_avx[12]|_AVX[12]|_sse[12]|_SSE[12]|_aesni|_AESNI|_bmi2|_x64$)/))
($8 ~ /(_avx[12]|_AVX[12]|_sse[12]|_SSE[12]|_aesni|_AESNI|_vaes|_VAES|_avx512|_AVX512|_bmi2|_x64$)/))
{
next;
}