RISC-V: Support FP l/ll round and rint HF mode autovec
[official-gcc.git] / gcc / testsuite / gdc.dg / simd18867.d
blob295b0f84f7d518ede635a828a14f13eed6db0862
1 // https://issues.dlang.org/show_bug.cgi?id=18867
2 // { dg-additional-options "-mavx" { target avx_runtime } }
3 // { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }
4 import core.simd;
6 ulong2 test18867(ulong s)
8 ulong2 v;
9 v[0] = s;
10 return v;