PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-128-4.c
blobaf7363581d7dbffa948a8749b076e2667242daee
1 /* { dg-do compile { target { *-*-linux* && { ! ia32 } } } } */
2 /* { dg-options "-O2 -mlong-double-128 -mbionic" } */
4 long double
5 foo (long double x)
7 return x * x;
10 /* { dg-final { scan-assembler-not "fldt" } } */
11 /* { dg-final { scan-assembler "call\[\\t \]*_?__multf3" } } */