glibc/sysdeps/arm/math-use-builtins-sqrt.h

10 lines
204 B
C
Raw Normal View History

#ifdef __SOFTFP__
# define USE_SQRT_BUILTIN 0
# define USE_SQRTF_BUILTIN 0
#else
# define USE_SQRT_BUILTIN 1
# define USE_SQRTF_BUILTIN 1
#endif
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0