blob: 19cb97828fbba9e1f2ba64708dc0e8e67a9e0591 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "FPX is not an ARC HS extension" { archs } } */
/* { dg-options "-O2 -mspfp" } */
float i;
int f (void)
{
i *= 2.0;
}
/* { dg-final { scan-assembler "fadd" } } */