ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/arc/mdpfp.c

13 lines
214 B
C

/* { dg-do compile } */
/* { dg-skip-if "FPX cannot execute on ARC HS" { archs } } */
/* { dg-options "-O2 -mdpfp" } */
double i;
int f (void)
{
i *= 2.0;
}
/* { dg-final { scan-assembler "daddh" } } */