glibc/sysdeps/arm/math-use-builtins-sqrt.h
Adhemerval Zanella cbf3571f49 arm: Use sqrt{f} builtin
Checked on arm-linux-gnueabi and armv7-linux-gnueabihf
2020-06-22 11:09:50 -03:00

10 lines
204 B
C

#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