@@ -33,21 +33,21 @@ jobs:
3333 name : Arm Cortex-A72 (Raspberry Pi 4) benchmarks
3434 bench_pmu : PMU
3535 archflags : -mcpu=cortex-a72 -DMLD_SYS_AARCH64_SLOW_BARREL_SHIFTER
36- cflags : " -flto - DMLD_FORCE_AARCH64"
36+ cflags : " -DMLD_FORCE_AARCH64"
3737 bench_extra_args : " "
3838 only_no_opt : false
3939 - system : rpi5
4040 name : Arm Cortex-A76 (Raspberry Pi 5) benchmarks
4141 bench_pmu : PERF
4242 archflags : " -mcpu=cortex-a76 -march=armv8.2-a"
43- cflags : " -flto - DMLD_FORCE_AARCH64"
43+ cflags : " -DMLD_FORCE_AARCH64"
4444 bench_extra_args : " "
4545 only_no_opt : false
4646 - system : a55
4747 name : Arm Cortex-A55 (Snapdragon 888) benchmarks
4848 bench_pmu : PERF
4949 archflags : " -mcpu=cortex-a55 -march=armv8.2-a"
50- cflags : " -flto - static -DMLD_FORCE_AARCH64"
50+ cflags : " -static -DMLD_FORCE_AARCH64"
5151 bench_extra_args : -w exec-on-a55
5252 only_no_opt : false
5353 - system : bpi
@@ -109,43 +109,43 @@ jobs:
109109 ec2_instance_type : t4g.small
110110 ec2_ami : ubuntu-latest (aarch64)
111111 archflags : -mcpu=cortex-a76 -march=armv8.2-a
112- cflags : " -flto - DMLD_FORCE_AARCH64"
112+ cflags : " -DMLD_FORCE_AARCH64"
113113 perf : PERF
114114 - name : Graviton3
115115 ec2_instance_type : c7g.medium
116116 ec2_ami : ubuntu-latest (aarch64)
117117 archflags : -march=armv8.4-a+sha3
118- cflags : " -flto - DMLD_FORCE_AARCH64"
118+ cflags : " -DMLD_FORCE_AARCH64"
119119 perf : PERF
120120 - name : Graviton4
121121 ec2_instance_type : c8g.medium
122122 ec2_ami : ubuntu-latest (aarch64)
123123 archflags : -march=armv9-a+sha3
124- cflags : " -flto - DMLD_FORCE_AARCH64"
124+ cflags : " -DMLD_FORCE_AARCH64"
125125 perf : PERF
126126 - name : AMD EPYC 4th gen (c7a)
127127 ec2_instance_type : c7a.medium
128128 ec2_ami : ubuntu-latest (x86_64)
129129 archflags : -mavx2 -mbmi2 -mpopcnt -maes -march=znver4
130- cflags : " -flto - DMLD_FORCE_X86_64"
130+ cflags : " -DMLD_FORCE_X86_64"
131131 perf : PMU
132132 - name : Intel Xeon 4th gen (c7i)
133133 ec2_instance_type : c7i.metal-24xl
134134 ec2_ami : ubuntu-latest (x86_64)
135135 archflags : -mavx2 -mbmi2 -mpopcnt -maes -march=sapphirerapids
136- cflags : " -flto - DMLD_FORCE_X86_64"
136+ cflags : " -DMLD_FORCE_X86_64"
137137 perf : PMU
138138 - name : AMD EPYC 3rd gen (c6a)
139139 ec2_instance_type : c6a.large
140140 ec2_ami : ubuntu-latest (x86_64)
141141 archflags : -mavx2 -mbmi2 -mpopcnt -maes -march=znver3
142- cflags : " -flto - DMLD_FORCE_X86_64"
142+ cflags : " -DMLD_FORCE_X86_64"
143143 perf : PMU
144144 - name : Intel Xeon 3rd gen (c6i)
145145 ec2_instance_type : c6i.large
146146 ec2_ami : ubuntu-latest (x86_64)
147147 archflags : -mavx2 -mbmi2 -mpopcnt -maes -march=icelake-server
148- cflags : " -flto - DMLD_FORCE_X86_64"
148+ cflags : " -DMLD_FORCE_X86_64"
149149 perf : PMU
150150 uses : ./.github/workflows/bench_ec2_reusable.yml
151151 if : github.repository_owner == 'pq-code-package' && (github.event.label.name == 'benchmark' || github.ref == 'refs/heads/main')
0 commit comments