blob: 7207dd18377b8418b2c88256ca00859c4582003f [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mavx512f -O2 -mfpmath=sse -ffast-math" } */
double a;
double
__attribute__((noipa))
foo (int b)
{
return __builtin_ldexp (a, b);
}