public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Gabriel F. T. Gomes" <gftg@linux.vnet.ibm.com>
To: libc-alpha@sourceware.org
Subject: [PATCH v2 0/3] Macroize function declarations in math_private.h
Date: Tue, 28 Mar 2017 20:44:00 -0000	[thread overview]
Message-ID: <1490733875-20087-1-git-send-email-gftg@linux.vnet.ibm.com> (raw)

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

             reply	other threads:[~2017-03-28 20:44 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-28 20:44 Gabriel F. T. Gomes [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490733875-20087-1-git-send-email-gftg@linux.vnet.ibm.com \
    --to=gftg@linux.vnet.ibm.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).