
Module: ppl/ppl Branch: floating_point Commit: 7dbbf2813ae8021abce08336d6f7fdd1579958b3 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=7dbbf2813ae80...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Tue Sep 22 17:57:29 2009 +0200
Renamed float_IBM_single and float_IBM_double lowering the case for IBM.
---
src/Float.defs.hh | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/Float.defs.hh b/src/Float.defs.hh index 2053a9a..6586e0e 100644 --- a/src/Float.defs.hh +++ b/src/Float.defs.hh @@ -125,7 +125,7 @@ struct float_ieee754_double { /*! \ingroup PPL_CXX_interface */ #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
-struct float_IBM_single { +struct float_ibm_single { static const unsigned int EXPONENT_BITS = 7; static const unsigned int MANTISSA_BITS = 24; static const int EXPONENT_BIAS = 64; @@ -135,7 +135,7 @@ struct float_IBM_single { /*! \ingroup PPL_CXX_interface */ #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
-struct float_IBM_double { +struct float_ibm_double { static const unsigned int EXPONENT_BITS = 7; static const unsigned int MANTISSA_BITS = 56; static const int EXPONENT_BIAS = 64;