elf: Ignore LD_LIBRARY_PATH and debug env var for setuid for static
[glibc.git] / sysdeps / powerpc / fpu / math-use-builtins-fma.h
blob5652e551853a7b6af79c0eee99d79ddd992618ee
1 #define USE_FMA_BUILTIN 1
2 #define USE_FMAF_BUILTIN 1
3 #define USE_FMAL_BUILTIN 0
4 /* This is not available for P8 or BE targets. */
5 #ifdef __FP_FAST_FMAF128
6 # define USE_FMAF128_BUILTIN 1
7 #else
8 # define USE_FMAF128_BUILTIN 0
9 #endif