re-evaluate building for AVX512 targets with flang-18 on Windows
This commit is contained in:
parent
6013b36b16
commit
75cf601e6e
|
@ -176,7 +176,7 @@ jobs:
|
||||||
fc-pkg: fc
|
fc-pkg: fc
|
||||||
# Compiling with Flang 16 seems to cause test errors on machines
|
# Compiling with Flang 16 seems to cause test errors on machines
|
||||||
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
|
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
|
||||||
no-avx512-flags: -DNO_AVX512=1
|
# no-avx512-flags: -DNO_AVX512=1
|
||||||
- msystem: CLANG32
|
- msystem: CLANG32
|
||||||
idx: int32
|
idx: int32
|
||||||
target-prefix: mingw-w64-clang-i686
|
target-prefix: mingw-w64-clang-i686
|
||||||
|
@ -194,7 +194,7 @@ jobs:
|
||||||
fc-pkg: fc
|
fc-pkg: fc
|
||||||
# Compiling with Flang 16 seems to cause test errors on machines
|
# Compiling with Flang 16 seems to cause test errors on machines
|
||||||
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
|
# with AVX512 instructions. Revisit after MSYS2 distributes Flang 17.
|
||||||
no-avx512-flags: -DNO_AVX512=1
|
# no-avx512-flags: -DNO_AVX512=1
|
||||||
- msystem: UCRT64
|
- msystem: UCRT64
|
||||||
idx: int32
|
idx: int32
|
||||||
target-prefix: mingw-w64-ucrt-x86_64
|
target-prefix: mingw-w64-ucrt-x86_64
|
||||||
|
|
Loading…
Reference in New Issue