aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.apple/apple-altivec-builtin-nanf.c
blob: fb9253929f2a87f473764ba71b1295dca53504ed (plain)
1
2
3
4
5
6
7
8
/* APPLE LOCAL file AltiVec */
/* { dg-do compile { target powerpc*-*-* } } */
/* { dg-options "-faltivec" } */

void _sqrt()
{
     __vector float vNAN = (__vector float)(__builtin_nanf("0x7fc00000"));
}