ubuntu-buildroot/output/build/glibc-2.36-81-g4f4d7a13edfd.../sysdeps/generic/math-use-builtins-copysign.h

8 lines
218 B
C
Raw Permalink Normal View History

2024-04-01 15:19:46 +00:00
/* Generic implementations for float and double always use the builtin. */
#define USE_COPYSIGNL_BUILTIN 1
#if __GNUC_PREREQ (7, 0)
# define USE_COPYSIGNF128_BUILTIN 1
#else
# define USE_COPYSIGNF128_BUILTIN 0
#endif