blob: 8976d0b956940e13852fcbcdc25a025f4467362f (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* Generic implementations already assume builtin support for
float, double, and _Float128 . */
/* We can't enable it for long double due GCC Bugzilla Bug 29253
"expand_abs wrong default code for floating point" where it can
cause spurious "invalid" exceptions from comparisons with NaN in
the code sequence generated. */
#define USE_FABSL_BUILTIN 0
|