(root)/
glibc-2.38/
sysdeps/
powerpc/
fpu/
math-use-builtins-fma.h
       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