glibc/sysdeps/sparc/sparc64/fpu
Joseph Myers 4b6574a6f6 Redirect fma calls to __fma in libm
include/math.h has a mechanism to redirect internal calls to various
libm functions, that can often be inlined by the compiler, to call
non-exported __* names for those functions in the case when the calls
aren't inlined, with the redirection being disabled when
NO_MATH_REDIRECT.  Add fma to the functions to which this mechanism is
applied.

At present, libm-internal fma calls (generally to __builtin_fma*
functions) are only done when it's known the call will be inlined,
with alternative code not relying on an fma operation being used in
the caller otherwise.  This patch is in preparation for adding the TS
18661 / C2X narrowing fma functions to glibc; it will be natural for
the narrowing function implementations to call the underlying fma
functions unconditionally, with this either being inlined or resulting
in an __fma* call.  (Using two levels of round-to-odd computation like
that, in the case where there isn't an fma hardware instruction, isn't
optimal but is certainly a lot simpler for the initial implementation
than writing different narrowing fma implementations for all the
various pairs of formats.)

Tested with build-many-glibcs.py that installed stripped shared
libraries are unchanged by the patch (using
<https://sourceware.org/pipermail/libc-alpha/2021-September/130991.html>
to fix installed library stripping in build-many-glibcs.py).  Also
tested for x86_64.
2021-09-15 22:57:35 +00:00
..
multiarch Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
e_sqrtl.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_copysign.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_copysignf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_fabs.c Use libm_alias_double for sparc. 2017-11-29 23:40:07 +00:00
s_fabsf.c Use libm_alias_float for sparc. 2017-11-30 00:30:40 +00:00
s_fabsl.c Use libm_alias_ldouble for SPARC fabsl. 2017-10-13 16:43:18 +00:00
s_finite.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_finitef.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -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 2021-01-02 12:17:34 -08:00
s_isinff.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_isnan.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_isnanf.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -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 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_lrintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_nearbyintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rint.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_rintf.S Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
s_signbit.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
s_signbitf.S Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -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