[PPL-devel] [GIT] ppl/ppl(master): Avoid use C++ library for exact conversion from floating point numbers to string : the library is free to ignore requested precision.

Abramo Bagnara abramo.bagnara at gmail.com
Thu May 3 17:26:53 CEST 2012


Module: ppl/ppl
Branch: master
Commit: 2bc7eacf2fdbcc750a90907514e16e0ab3aa6584
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=2bc7eacf2fdbcc750a90907514e16e0ab3aa6584

Author: Abramo Bagnara <abramo.bagnara at gmail.com>
Date:   Thu May  3 17:26:43 2012 +0200

Avoid use C++ library for exact conversion from floating point numbers to string: the library is free to ignore requested precision.

---

 README                                 |    3 -
 m4/Makefile.am                         |    3 -
 m4/ac_cxx_double_binary_format.m4      |    4 +-
 m4/ac_cxx_double_exact_output.m4       |  141 ------------------
 m4/ac_cxx_float_binary_format.m4       |    4 +-
 m4/ac_cxx_float_exact_output.m4        |  137 -----------------
 m4/ac_cxx_long_double_binary_format.m4 |    4 +-
 m4/ac_cxx_long_double_exact_output.m4  |  254 --------------------------------
 src/checked.cc                         |   33 ++++
 src/checked.defs.hh                    |    2 +
 src/checked_float.inlines.hh           |   54 ++++++-
 src/checked_mpq.inlines.hh             |   20 +---
 12 files changed, 86 insertions(+), 573 deletions(-)

Diff:   http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=2bc7eacf2fdbcc750a90907514e16e0ab3aa6584



More information about the PPL-devel mailing list