3 /* { dg-options "-O2 -mtune=corei7 -fno-inline" } */
4 /* { dg-additional-options "-msse4.2" { target sse4 } } */
5 /* { dg-additional-options "-fpic" { target fpic } } */
7 static const __float128 cf
= 0.1E+10Q
;
10 f128_square(__float128 x
)
22 cond_f128_square (__float128 x
, int p
)
32 __float128 x
= cond_f128_square (cf
, 1);