File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -167,6 +167,9 @@ jobs:
167
167
idx : int32
168
168
target-prefix : mingw-w64-clang-x86_64
169
169
fc-pkg : fc
170
+ # Compiling with Flang 16 seems to cause test errors on machines
171
+ # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
172
+ no-avx512-flags : -DNO_AVX512=1
170
173
- msystem : CLANG32
171
174
idx : int32
172
175
target-prefix : mingw-w64-clang-i686
@@ -182,6 +185,9 @@ jobs:
182
185
idx64-flags : -DBINARY=64 -DINTERFACE64=1
183
186
target-prefix : mingw-w64-clang-x86_64
184
187
fc-pkg : fc
188
+ # Compiling with Flang 16 seems to cause test errors on machines
189
+ # with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
190
+ no-avx512-flags : -DNO_AVX512=1
185
191
- msystem : MINGW64
186
192
idx : int32
187
193
target-prefix : mingw-w64-x86_64
@@ -268,6 +274,7 @@ jobs:
268
274
-DTARGET=CORE2 \
269
275
${{ matrix.idx64-flags }} \
270
276
${{ matrix.c-lapack-flags }} \
277
+ ${{ matrix.no-avx512-flags }} \
271
278
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
272
279
-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \
273
280
..
You can’t perform that action at this time.
0 commit comments