ppc-stfiwx.c   [plain text]


/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-mpowerpc-gfxopt" } */
/* { dg-final { scan-assembler "stfiwx" } } */

int foo (double x)
{
  return x;
}