glibc/sysdeps
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
..
aarch64 Revert "AArch64: Update A64FX memset not to degrade at 16KB" 2021-09-06 10:23:25 +01:00
alpha Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
arc Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
arm Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
csky Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
generic elf: Replace most uses of THREAD_GSCOPE_IN_TCB 2021-09-15 01:29:23 +02:00
gnu Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hppa Update hppa libm-test-ulps 2021-09-06 17:37:29 +00:00
htl Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
hurd Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
i386 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
ia64 Add narrowing square root functions 2021-09-10 20:56:22 +00:00
ieee754 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
m68k Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
mach mach lll_lock/unlock: Explicitly request private locking 2021-09-15 01:36:08 +02:00
microblaze Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
mips Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
nios2 Remove sysdeps/*/tls-macros.h 2021-08-18 09:15:20 -07:00
nptl Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
posix Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
powerpc Add narrowing square root functions 2021-09-10 20:56:22 +00:00
pthread nptl: Fix race between pthread_kill and thread exit (bug 12889) 2021-09-13 11:06:08 +02:00
riscv Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
s390 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
sh Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
sparc Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00
unix Add MADV_POPULATE_READ and MADV_POPULATE_WRITE from Linux 5.14 to bits/mman-linux.h 2021-09-14 14:19:24 +00:00
wordsize-32 Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wordsize-64 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86 Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
x86_64 Redirect fma calls to __fma in libm 2021-09-15 22:57:35 +00:00