blob: a45815af66e0027cf97fa6cb4bb9887d271622fe [file] [log] [blame]
/* { dg-do compile { target ia32 } } */
/* { dg-options "-O2 -miamcu -msse2 -mfpmath=sse -mtune=generic" } */
float
__attribute__((target("arch=lakemont")))
foo (float x, float y)
{
return x * y;
}
/* { dg-final { scan-assembler-not "mulss" } } */
/* { dg-final { scan-assembler-not "movl\[ \t\].*, %eax" } } */
/* { dg-final { scan-assembler "call\[ \t\]_?__mulsf3" } } */