Linux: consolidate dup2 implementation
[glibc.git] / sysdeps / arm / math-use-builtins-sqrt.h
blobe765e7c49dc45f78837bb95f4015aa8532e1f87e
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