blob: 76c929de12dcb9719695ea73ac0a3e07d452d51f [file] [log] [blame]
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -march=pentium" } */
float
__attribute__((target("arch=lakemont")))
foo (void)
{
return 0.0f;
}
/* { dg-final { scan-assembler-not "fldz" } } */