public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Macroize function declarations in math_private.h
@ 2017-03-28 20:44 Gabriel F. T. Gomes
  2017-03-28 20:44 ` [PATCH v2 2/3] Change return type in the declaration of __ieee754_rem_pio2l Gabriel F. T. Gomes
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Gabriel F. T. Gomes @ 2017-03-28 20:44 UTC (permalink / raw)
  To: libc-alpha

As pointed out in https://sourceware.org/ml/libc-alpha/2017-03/msg00487.html,
some complications were created in the macroized version of math_private.h
because I was replicating the peculiarities of the existing header.

In this new patch series, I clean those peculiarities, thus making the
macroized version of math_private.h more straightforward.

Gabriel F. T. Gomes (3):
  Remove unneeded declarations from math_private.h
  Change return type in the declaration of __ieee754_rem_pio2l
  Macroize function declarations in math_private.h

 math/e_rem_pio2l.c                   |   2 +-
 sysdeps/generic/math_private.h       | 218 +++++------------------------------
 sysdeps/generic/math_private_calls.h | 124 ++++++++++++++++++++
 sysdeps/ieee754/ldbl-128/e_logl.c    |   1 +
 sysdeps/ieee754/ldbl-128ibm/e_logl.c |   1 +
 5 files changed, 155 insertions(+), 191 deletions(-)
 create mode 100644 sysdeps/generic/math_private_calls.h

-- 
2.4.11

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2017-04-24 18:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-28 20:44 [PATCH v2 0/3] Macroize function declarations in math_private.h Gabriel F. T. Gomes
2017-03-28 20:44 ` [PATCH v2 2/3] Change return type in the declaration of __ieee754_rem_pio2l Gabriel F. T. Gomes
2017-03-29 14:26   ` Joseph Myers
2017-03-30 19:45     ` Gabriel F. T. Gomes
2017-03-28 20:45 ` [PATCH v2 1/3] Remove unneeded declarations from math_private.h Gabriel F. T. Gomes
2017-03-29 14:25   ` Joseph Myers
2017-03-30 12:03     ` [PATCH v3 " Gabriel F. T. Gomes
2017-04-10 18:02     ` [PATCH v2 " Gabriel F. T. Gomes
2017-03-28 20:45 ` [PATCH v2 3/3] Macroize function declarations in math_private.h Gabriel F. T. Gomes
2017-03-30 12:03   ` [PATCH v3 " Gabriel F. T. Gomes
2017-04-10 18:04     ` Gabriel F. T. Gomes
2017-04-19 21:52     ` Joseph Myers
2017-04-24 18:24       ` Gabriel F. T. Gomes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).