summaryrefslogtreecommitdiff
path: root/sysdeps/generic/math-use-builtins-copysign.h
blob: 4bca2ee1b10afb2c74d95bd7f532c02357ba2c97 (plain)
1
2
3
4
5
6
7
8
9
/* Generic implementations for float and double always use the builtin.  */
#define USE_COPYSIGNF_BUILTIN 1
#define USE_COPYSIGN_BUILTIN 1
#define USE_COPYSIGNL_BUILTIN 1
#if __GNUC_PREREQ (7, 0)
# define USE_COPYSIGNF128_BUILTIN 1
#else
# define USE_COPYSIGNF128_BUILTIN 0
#endif