blob: 653309a7e7ef9dbed2d51a82b621e23ae9331a24 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifdef _ARCH_PPCSQ
# define USE_SQRT_BUILTIN 1
# define USE_SQRTF_BUILTIN 1
#else
# define USE_SQRT_BUILTIN 0
# define USE_SQRTF_BUILTIN 0
#endif
#define USE_SQRTL_BUILTIN 0
#define USE_SQRTF128_BUILTIN 0
|