mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
efeb2bd1ab
Both float, double, and _Float128 are assumed to be supported (float and double already only uses builtins). Only long double is parametrized due GCC bug 29253 which prevents its usage on powerpc. It allows to remove i686, ia64, x86_64, powerpc, and sparc arch specific implementation. On ia64 it also fixes the sNAN handling: math/test-float64x-fabs math/test-ldouble-fabs Checked on x86_64-linux-gnu, i686-linux-gnu, powerpc-linux-gnu, powerpc64-linux-gnu, sparc64-linux-gnu, and ia64-linux-gnu.
4 lines
127 B
C
4 lines
127 B
C
/* Generic implementations already assume builtin support for
|
|
float, double, and _Float128. */
|
|
#define USE_FABSL_BUILTIN 1
|