aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mips/fpu/math-use-builtins-fma.h
blob: af8c1f95ff0c9fc53d786241f90c9a1e5b02c511 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#if __mips_isa_rev >= 6
# ifdef __mips_single_float
#  define USE_FMA_BUILTIN 0
# else
#  define USE_FMA_BUILTIN 1
# endif
# define USE_FMAF_BUILTIN 1
#else
# define USE_FMA_BUILTIN 0
# define USE_FMAF_BUILTIN 0
#endif
#define USE_FMAL_BUILTIN 0
#define USE_FMAF128_BUILTIN 0