repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
i386: Zero extend 32-bit address to 64-bit with option -mx32 -maddress-mode=long...
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.target
/
i386
/
avx512f-rounding.c
blob
254e3a418f1c1ea47d5991d4bbfd5f1522d23fac
1
/* { dg-do compile } */
2
/* { dg-options "-O0 -mavx512f" } */
3
4
#include <x86intrin.h>
5
6
int
7
test_rounding
(
__m128d x
,
int
r
)
8
{
9
return
_mm_cvt_roundsd_i32
(
x
,
r
);
/* { dg-error "incorrect rounding operand." } */
10
}