1 /* { dg-do compile } */
2 /* { dg-options "-mavx512f -O2" } */
3 /* { dg-final { scan-assembler-times "vrndscaless\[ \\t\]+\\S*,\[ \\t\]+\{sae\}\[^\n\]*%xmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */
7 volatile __m128 x1
, x2
;
12 x1
= _mm_roundscale_ss (x1
, x2
, 0x42);
13 x1
= _mm_roundscale_round_ss (x1
, x2
, 0x42, _MM_FROUND_NO_EXC
);