* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-80-5.c
blob78a16037e561ee8412c7cac643ecc371a0b60186
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mlong-double-64" } */
4 __float80
5 foo (__float80 x)
7 return x * x;
10 /* { dg-final { scan-assembler "fldt" } } */
11 /* { dg-final { scan-assembler-not "call\[\\t \]*_?__multf3" } } */