ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/arm/math-use-builtins-sqrt.h

10 lines
204 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
#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