about summary refs log tree commit diff
path: root/sysdeps/alpha/fpu/math-use-builtins-sqrt.h
blob: 550b097ed6f5dea539e416f9c95e2ccc1a15927e (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifdef __alpha_ev6__
# define USE_SQRT_BUILTIN 1
# define USE_SQRTF_BUILTIN 1
#else
# define USE_SQRT_BUILTIN 0
# define USE_SQRTF_BUILTIN 0
#endif
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0