sheaf pushed to branch wip/T26595-fragile at Glasgow Haskell Compiler / GHC
Commits:
-
7eeedbed
by sheaf at 2025-11-20T10:43:05+01:00
1 changed file:
Changes:
| ... | ... | @@ -175,6 +175,7 @@ test('T26410_ffi' |
| 175 | 175 | , [ only_ways(llvm_ways) # SIMD NCG TODO: support 512-bit wide vectors
|
| 176 | 176 | , unless(arch('x86_64') and have_cpu_feature('avx512f'), skip)
|
| 177 | 177 | , extra_hc_opts('-mavx512f -optc -mavx512f -optlc -mcpu=penryn')
|
| 178 | + , when(opsys('mingw32'), fragile(26595))
|
|
| 178 | 179 | ]
|
| 179 | 180 | , compile_and_run if have_cpu_feature('avx512f') else compile
|
| 180 | 181 | , ['T26410_ffi_c.c'])
|