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:
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 ..
You can’t perform that action at this time.
0 commit comments