glibc/sysdeps/powerpc/powerpc64/le
Paul E. Murphy 33fc34521d powerpc64le: ifunc select *f128 routines in multiarch mode
Programatically generate simple wrappers for interesting libm *f128
objects.  Selected functions are transcendental functions or
those with trivial compiler builtins.  This can result in a 2-3x
speedup (e.g logf128 and expf128).

A second set of implementation files are generated which include
the first implementation encountered along the search path.  This
usually works, except when a wrapper is overriden and makefile
search order slightly diverges from include order.  Likewise,
wrapper object files are created for each generated file.  These
hold the ifunc selection routines which export ABI.

Next, several shared headers are intercepted to control renaming of
asm function redirects are used first, and sometimes macro renames
if the former is impractical.

Notably, if the request machine supports hardware IEEE128 (i.e POWER9
and newer) this ifunc machinery is disabled.  Likewise existing
ifunc support for float128 is consolidated into this (e.g sqrtf128
and fmaf128).

Reviewed-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
2020-11-30 09:56:14 -06:00
..
fpu powerpc64le: ifunc select *f128 routines in multiarch mode 2020-11-30 09:56:14 -06:00
multiarch
power7
power8
power9 powerpc64le: ifunc select *f128 routines in multiarch mode 2020-11-30 09:56:14 -06:00
power10 powerpc: Add support for POWER10 2020-06-29 10:08:38 -03:00
configure powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) 2020-04-30 08:52:08 -05:00
configure.ac powerpc64le: blacklist broken GCC compilers (e.g GCC 7.5.0) 2020-04-30 08:52:08 -05:00
Implies
Implies-before powerpc64le: Enable support for IEEE long double 2020-04-30 08:52:08 -05:00
Makefile powerpc64le: guarantee a .gnu.attributes section [BZ #26220] 2020-07-21 09:03:01 -05:00
no_ldbl_gnu_attribute.c powerpc64le: enforce non-specific long double in .gnu.attributes section 2020-04-06 10:23:58 -05:00