Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx512f-rounding.c
blob: 254e3a418f1c1ea47d5991d4bbfd5f1522d23fac [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O0 -mavx512f" } */
#include
<x86intrin.h>
int
test_rounding
(
__m128d x
,
int
r
)
{
return
_mm_cvt_roundsd_i32
(
x
,
r
);
/* { dg-error "incorrect rounding operand." } */
}