Skip to content

Commit 8e8003a

Browse files
authored
Merge pull request #4180 from mmuetzel/cmake
CI (MinGW): Remove work-around needed for old versions of LLVM Flang
2 parents 71963a7 + 7452af4 commit 8e8003a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/dynamic_arch.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,6 @@ jobs:
174174
idx: int32
175175
target-prefix: mingw-w64-clang-x86_64
176176
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
180177
- msystem: CLANG32
181178
idx: int32
182179
target-prefix: mingw-w64-clang-i686
@@ -192,9 +189,6 @@ jobs:
192189
idx64-flags: -DBINARY=64 -DINTERFACE64=1
193190
target-prefix: mingw-w64-clang-x86_64
194191
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
198192
- msystem: UCRT64
199193
idx: int32
200194
target-prefix: mingw-w64-ucrt-x86_64
@@ -281,7 +275,6 @@ jobs:
281275
-DTARGET=CORE2 \
282276
${{ matrix.idx64-flags }} \
283277
${{ matrix.c-lapack-flags }} \
284-
${{ matrix.no-avx512-flags }} \
285278
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
286279
-DCMAKE_Fortran_COMPILER_LAUNCHER=ccache \
287280
..

0 commit comments

Comments
 (0)