RISC-V: Support FP l/ll round and rint HF mode autovec
[official-gcc.git] / gcc / testsuite / gdc.dg / simd19627.d
bloba26bb3642c6931bb6a53eb2bf6778bc04c6a9be4
1 // https://issues.dlang.org/show_bug.cgi?id=19627
2 // { dg-additional-options "-mavx" { target avx_runtime } }
3 // { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
4 import core.simd;
6 enum int[4] fail19627 = cast(int[4])int4(0);