build-many-glibcs.py: Add openrisc hard float glibc variant
[glibc.git] / sysdeps / generic / math-use-builtins-copysign.h
blobb774931f4310633f14b56d6640b944ba325bf46c
1 /* Generic implementations for float and double always use the builtin. */
2 #define USE_COPYSIGNL_BUILTIN 1
3 #if __GNUC_PREREQ (7, 0)
4 # define USE_COPYSIGNF128_BUILTIN 1
5 #else
6 # define USE_COPYSIGNF128_BUILTIN 0
7 #endif