lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master updated (c4515973 -> 6c12b4ea)


From: Greg Chicares
Subject: [lmi-commits] [lmi] master updated (c4515973 -> 6c12b4ea)
Date: Fri, 20 May 2022 22:43:40 -0400 (EDT)

chicares pushed a change to branch master.

      from  c4515973  Expunge /^Irc7702i/ and /^Mly/ fields from ledger
       new  c4e7bd93  Import expm1() and log1p() from fdlibm
       new  324e171e  Rectify whitespace
       new  5cc39664  Move a closing brace
       new  e9f2f432  Canonicalize #include directives
       new  fa7bbb53  Prefer lmi style
       new  e8a859a3  Rename prototyping macro
       new  2563b0f6  Expunge prototypes for unreferenced functions
       new  6b073770  Expunge unreferenced fdlibm versioning
       new  2d514bdc  Allow some common macros
       new  1fd91fbf  Rename high- and low-word macros
       new  15b1aa35  Add license and copyright boilerplate
       new  4ec9da1f  Rename fdlibm sources
       new  1646f4c0  Rename fdlibm entry points
       new  cadb36d4  Don't include any fdlibm header
       new  5b1ef5bb  Add prototypes
       new  078e9a1c  Ignore certain diagnostics
       new  75dc2686  Write unambiguous braces
       new  dd3abb11  Demonstrate a defect
       new  c6902b0d  Fix the defect just noted
       new  9e608afe  Remove debugging output for tests that now succeed
       new  af8d3ac0  Rationalize indentation of preprocessor directives
       new  6c12b4ea  Specify widths of some integers


Summary of changes:
 Makefile.am             |   2 +
 fdlibm_expm1.c          | 334 ++++++++++++++++++++++++++++++++++++++++++++++++
 fdlibm_log1p.c          | 284 ++++++++++++++++++++++++++++++++++++++++
 math_functions.hpp      |   9 ++
 math_functions_test.cpp |  25 ++++
 objects.make            |   2 +
 test_coding_rules.cpp   |   3 +
 7 files changed, 659 insertions(+)
 create mode 100644 fdlibm_expm1.c
 create mode 100644 fdlibm_log1p.c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]