math-use-builtins-sqrt.h 204 B

123456789
  1. #ifdef __SOFTFP__
  2. # define USE_SQRT_BUILTIN 0
  3. # define USE_SQRTF_BUILTIN 0
  4. #else
  5. # define USE_SQRT_BUILTIN 1
  6. # define USE_SQRTF_BUILTIN 1
  7. #endif
  8. #define USE_SQRTL_BUILTIN 0
  9. #define USE_SQRTF128_BUILTIN 0