about summary refs log tree commit diff
path: root/sysdeps/powerpc/fpu/math-use-builtins-fma.h
blob: 5652e551853a7b6af79c0eee99d79ddd992618ee (plain) (blame)
1
2
3
4
5
6
7
8
9
#define USE_FMA_BUILTIN 1
#define USE_FMAF_BUILTIN 1
#define USE_FMAL_BUILTIN 0
/* This is not available for P8 or BE targets.  */
#ifdef __FP_FAST_FMAF128
# define USE_FMAF128_BUILTIN 1
#else
# define USE_FMAF128_BUILTIN 0
#endif