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]

[PATCH 0/4] Macroize inclusion of math-finite.h


This patch refactors math-finite.h in order to reduce the amount of repetitive
boilerplate required to declare new functions for float128, as pointed out by:
https://sourceware.org/ml/libc-alpha/2016-11/msg00367.html

I have split the patches to ease review and I'll squash tem before push.

Gabriel F. T. Gomes (4):
  Macroize inclusion of math-finite.h (part 1)
  Macroize inclusion of math-finite.h (part 2)
  Macroize inclusion of math-finite.h (part 3)
  Macroize inclusion of math-finite.h (part 4)

 math/bits/math-finite.h | 490 ++++++++++--------------------------------------
 math/math.h             |  31 +++
 2 files changed, 135 insertions(+), 386 deletions(-)

-- 
2.4.11


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