PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512f-vcvtusi2sd-1.c
blob215ed3df2b2fff89f32920c655b89c9c409af5a3
1 /* { dg-do compile } */
2 /* { dg-options "-mavx512f -O2" } */
3 /* { dg-final { scan-assembler-times "vcvtusi2sd\[ \\t\]+\[^\{\n\]*%xmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */
5 #include <immintrin.h>
7 volatile __m128d x;
8 volatile unsigned n;
10 void extern
11 avx512f_test (void)
13 x = _mm_cvtu32_sd (x, n);