ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Wed, 13 Jun 2018 20:12:46 +0000 (17:12 -0300)
committerPaul E. Murphy <murphyp@linux.vnet.ibm.com>
Thu, 20 Feb 2020 23:12:14 +0000 (17:12 -0600)
commit218dad29e80f907ea77d830872770798b0249f67
treeb018069e3becd62fec444859cb5ec7a5af444e99
parent77ad97356caacfa5a54236791c4f1f68b689e915
ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions

Move the narrow math aliasing macros into a new sysdep header file
math-narrow-alias-float128.h.  Then, provide an override header
to supply the necessary changes to supply the *ieee128 aliases of
these symbols.

This adds ieee128 aliases for faddl, fdivl, fmull, fsubl, daddl, ddivl,
dmull, dsubl.
math/math-narrow.h
sysdeps/generic/math-narrow-alias-float128.h [new file with mode: 0644]
sysdeps/ieee754/ldbl-128ibm-compat/Versions
sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h [new file with mode: 0644]