This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 5/6] ldbl-128ibm-compat: Provide ieee128 symbols to narrow functions


Pushed after verification against build-many-glibcs.py.

On 2/18/20 4:23 PM, Paul E Murphy wrote:
Ping.  I will commit this Friday with Patch 2 hearing no requests for improvement or objections.

On 2/3/20 3:10 PM, Paul E. Murphy wrote:
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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]