From: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
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 | 15 +-------
sysdeps/generic/math-narrow-alias-float128.h | 32 +++++++++++++++++
sysdeps/ieee754/ldbl-128ibm-compat/Versions | 8 +++++
.../math-narrow-alias-float128.h | 34 +++++++++++++++++++
4 files changed, 75 insertions(+), 14 deletions(-)
create mode 100644 sysdeps/generic/math-narrow-alias-float128.h
create mode 100644
sysdeps/ieee754/ldbl-128ibm-compat/math-narrow-alias-float128.h