2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-128-7.c
blobeaa7f630208e0e076bbde9f6e871c2413368b26d
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mlong-double-64" } */
4 __float128
5 foo (__float128 x)
7 return x * x;
10 /* { dg-final { scan-assembler-not "fldt" } } */
11 /* { dg-final { scan-assembler "call\[\\t \]*_?__multf3" } } */