[PPL-devel] [GIT] ppl/ppl(master): Added missing line.

Abramo Bagnara abramo.bagnara at bugseng.com
Wed Jan 30 09:20:24 CET 2013


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

Author: Abramo Bagnara <abramo.bagnara at bugseng.com>
Date:   Wed Jan 30 09:20:06 2013 +0100

Added missing line.

---

 src/Float_defs.hh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Float_defs.hh b/src/Float_defs.hh
index 3e455d2..090e70e 100644
--- a/src/Float_defs.hh
+++ b/src/Float_defs.hh
@@ -267,6 +267,7 @@ struct float_ieee754_quad {
   static const int EXPONENT_MIN = -EXPONENT_MAX + 1;
   static const int EXPONENT_MIN_DENORM = EXPONENT_MIN
                                         - static_cast<int>(MANTISSA_BITS);
+  static const Floating_Point_Format floating_point_format = IEEE754_QUAD;
   int inf_sign() const;
   bool is_nan() const;
   int zero_sign() const;




More information about the PPL-devel mailing list