Skip to content

Commit ed62d31

Browse files
authored
Merge pull request #1158 from pq-code-package/remove_aes
x86_64: Remove references to AES extension
2 parents 5d1892a + c23ab39 commit ed62d31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,25 +110,25 @@ jobs:
110110
- name: AMD EPYC 4th gen (c7a)
111111
ec2_instance_type: c7a.medium
112112
ec2_ami: ubuntu-latest (x86_64)
113-
archflags: -mavx2 -mbmi2 -mpopcnt -maes -march=znver4
113+
archflags: -mavx2 -mbmi2 -mpopcnt -march=znver4
114114
cflags: "-flto -DMLK_FORCE_X86_64"
115115
perf: PMU
116116
- name: Intel Xeon 4th gen (c7i)
117117
ec2_instance_type: c7i.metal-24xl
118118
ec2_ami: ubuntu-latest (x86_64)
119-
archflags: -mavx2 -mbmi2 -mpopcnt -maes -march=sapphirerapids
119+
archflags: -mavx2 -mbmi2 -mpopcnt -march=sapphirerapids
120120
cflags: "-flto -DMLK_FORCE_X86_64"
121121
perf: PMU
122122
- name: AMD EPYC 3rd gen (c6a)
123123
ec2_instance_type: c6a.large
124124
ec2_ami: ubuntu-latest (x86_64)
125-
archflags: -mavx2 -mbmi2 -mpopcnt -maes -march=znver3
125+
archflags: -mavx2 -mbmi2 -mpopcnt -march=znver3
126126
cflags: "-flto -DMLK_FORCE_X86_64"
127127
perf: PMU
128128
- name: Intel Xeon 3rd gen (c6i)
129129
ec2_instance_type: c6i.large
130130
ec2_ami: ubuntu-latest (x86_64)
131-
archflags: -mavx2 -mbmi2 -mpopcnt -maes -march=icelake-server
131+
archflags: -mavx2 -mbmi2 -mpopcnt -march=icelake-server
132132
cflags: "-flto -DMLK_FORCE_X86_64"
133133
perf: PMU
134134
uses: ./.github/workflows/bench_ec2_reusable.yml

0 commit comments

Comments
 (0)