about summary refs log tree commit diff
path: root/sysdeps/arc/fpu/math-use-builtins-fma.h
blob: 2acd8113ce2c95141b48e72486ee38f7813e6a84 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if defined __ARC_FPU_DP_FMA__
# define USE_FMA_BUILTIN 1
#else
# define USE_FMA_BUILTIN 0
#endif

#if defined __ARC_FPU_SP_FMA__
# define USE_FMAF_BUILTIN 1
#else
# define USE_FMAF_BUILTIN 0
#endif

#define USE_FMAL_BUILTIN 0
#define USE_FMAF128_BUILTIN 0