Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
pr89984-1.c
blob: d77691c0da07a7208fefd3c0395fc019046886e0 [
file
] [
log
] [
blame
]
/* { dg-do compile { target { ! ia32 } } } */
/* { dg-options "-O2 -mno-avx -msse2" } */
float
check_f_pos
(
float
x
,
float
y
)
{
return
x
*
__builtin_copysignf
(
1.0f
,
y
);
}