File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -174,9 +174,6 @@ jobs:
174
174
idx : int32
175
175
target-prefix : mingw-w64-clang-x86_64
176
176
fc-pkg : fc
177
- # Compiling with Flang 16 seems to cause test errors on machines
178
- # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
179
- no-avx512-flags : -DNO_AVX512=1
180
177
- msystem : CLANG32
181
178
idx : int32
182
179
target-prefix : mingw-w64-clang-i686
@@ -192,9 +189,6 @@ jobs:
192
189
idx64-flags : -DBINARY=64 -DINTERFACE64=1
193
190
target-prefix : mingw-w64-clang-x86_64
194
191
fc-pkg : fc
195
- # Compiling with Flang 16 seems to cause test errors on machines
196
- # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
197
- no-avx512-flags : -DNO_AVX512=1
198
192
- msystem : UCRT64
199
193
idx : int32
200
194
target-prefix : mingw-w64-ucrt-x86_64
@@ -281,7 +275,6 @@ jobs:
281
275
-DTARGET=CORE2 \
282
276
${{ matrix.idx64-flags }} \
283
277
${{ matrix.c-lapack-flags }} \
284
- ${{ matrix.no-avx512-flags }} \
285
278
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
286
279
-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \
287
280
..
You can’t perform that action at this time.
0 commit comments