glibc/sysdeps/sparc/sparc64/fpu
Adhemerval Zanella efeb2bd1ab math: Add math-use-builtins-fabs (BZ#29027)
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.
2022-05-23 17:49:18 -03:00
..
multiarch Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
e_sqrtl.c Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_finite.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_finitef.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_fma.c Sparc long double is emulated in software, therefore use dbl-64's s_fma.c 2012-03-15 20:55:42 -07:00
s_isinf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_isinff.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_isnan.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_isnanf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_llrint.S Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. 2012-03-02 18:59:09 -08:00
s_llrintf.S Add sparc optimized {l,}rint{,f} for 32-bit v9 and 64-bit. 2012-03-02 18:59:09 -08:00
s_lrint.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_lrintf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_nearbyint.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_nearbyintf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_rint.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_rintf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_signbit.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_signbitf.S Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
s_signbitl.S Optimized sparc assembler for signbit{,f,l} and some variants of isnan. 2012-03-01 20:43:38 -08:00