blob: ac6cf686e830c00438fb0ab90b7d0db8c5637347 [file] [log] [blame]
/* { dg-do compile { target lp64 } } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-require-effective-target float128 } */
/* { dg-options "-mvsx -O2 -ffast-math" } */
/* { dg-additional-options "-mdejagnu-cpu=power9" { target { ! has_arch_pwr9 } } } */
extern _Float128 sqrtf128 (_Float128);
/* Check sqrt optimizations that are done for double are also done for
_Float128. */
_Float128
sqrt_x_times_sqrt_x (_Float128 x)
{
return sqrtf128 (x) * sqrtf128 (x);
}
/* { dg-final { scan-assembler-not {\mxssqrtqp\M} } } */
/* { dg-final { scan-assembler-not {\mbl\M} } } */