Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
aarch64
/
fcvt_int_float_double1.c
blob: e555b2ce2ed4df5e3074ffdb8dd8a8efdcab49a5 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
double
foo
(
int
x
)
{
return
(
double
)
(
float
)
(
x
|
(
int
)
0xff000000
);
}
/* { dg-final { scan-assembler {\tscvtf\td0, w[0-9]*} } } */