blob: 3e6a55d2ca8015388394ab1d14a2e368285a498b (
plain)
1
2
3
4
5
6
7
8
9
|
#ifdef _ARCH_PWR5X
# define USE_TRUNCF_BUILTIN 1
# define USE_TRUNC_BUILTIN 1
#else
# define USE_TRUNCF_BUILTIN 0
# define USE_TRUNC_BUILTIN 0
#endif
#define USE_TRUNCL_BUILTIN 0
#define USE_TRUNCF128_BUILTIN 0
|