glibc/sysdeps/alpha/fpu/math-use-builtins-sqrt.h

10 lines
207 B
C
Raw Normal View History

#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