PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512f-rounding.c
blob254e3a418f1c1ea47d5991d4bbfd5f1522d23fac
1 /* { dg-do compile } */
2 /* { dg-options "-O0 -mavx512f" } */
4 #include <x86intrin.h>
6 int
7 test_rounding (__m128d x, int r)
9 return _mm_cvt_roundsd_i32 (x, r); /* { dg-error "incorrect rounding operand." } */