elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / sysdeps / powerpc / fpu / math-use-builtins-sqrt.h
blob653309a7e7ef9dbed2d51a82b621e23ae9331a24
1 #ifdef _ARCH_PPCSQ
2 # define USE_SQRT_BUILTIN 1
3 # define USE_SQRTF_BUILTIN 1
4 #else
5 # define USE_SQRT_BUILTIN 0
6 # define USE_SQRTF_BUILTIN 0
7 #endif
8 #define USE_SQRTL_BUILTIN 0
9 #define USE_SQRTF128_BUILTIN 0