about summary refs log tree commit diff
path: root/sysdeps/arm/math-use-builtins-sqrt.h
blob: e765e7c49dc45f78837bb95f4015aa8532e1f87e (plain) (blame)
1
2
3
4
5
6
7
8
9
#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