Add -mlong-double-128 and make it default for 64-bit Bionic
[gcc.git] / gcc / testsuite / gcc.target / i386 / long-double-80-3.c
1 /* { dg-do compile { target *-*-linux* } } */
2 /* { dg-options "-O2 -mlong-double-80 -mandroid" } */
3
4 long double
5 foo (long double x)
6 {
7 return x * x;
8 }
9
10 /* { dg-final { scan-assembler "fldt" } } */
11 /* { dg-final { scan-assembler-not "call\[\\t \]*_?__multf3" } } */