ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/powerpc/float128-sqrt1.c

13 lines
309 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* { dg-do compile { target lp64 } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-require-effective-target float128 } */
/* { dg-options "-mpower9-vector -O2" } */
__float128
xsqrt (__float128 a)
{
return __builtin_sqrtf128 (a);
}
/* { dg-final { scan-assembler "xssqrtqp" } } */