[PPL-devel] [GIT] ppl/ppl(floating_point): Removed a comment.

Fabio Biselli fabio.biselli at studenti.unipr.it
Wed Oct 7 17:43:31 CEST 2009


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

Author: Fabio Biselli <fabio.biselli at studenti.unipr.it>
Date:   Wed Oct  7 19:41:56 2009 +0200

Removed a comment.

---

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

diff --git a/src/Float.inlines.hh b/src/Float.inlines.hh
index 9b01fa5..cb75c97 100644
--- a/src/Float.inlines.hh
+++ b/src/Float.inlines.hh
@@ -285,7 +285,6 @@ float_ibm_single::build(bool negative, mpz_t mantissa, int exponent) {
   word |= static_cast<uint32_t>(exponent + EXPONENT_BIAS) << MANTISSA_BITS;
 }
 
-  ///asasdasda
 inline int
 float_intel_double_extended::is_inf() const {
   if (lsp != LSP_INF)




More information about the PPL-devel mailing list