blob: 8fe2a946bba2772aa2d3278a41f0cc2ac6bbd703 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
long double f1 (long double x)
{
return __builtin_fmodl (x, x);
}
long double f2 (long double x)
{
return __builtin_remainderl (x, x);
}