David's final changes: more profiler features, fixes.
[ipdf/code.git] / src / real.cpp
index 96d8054..ca28446 100644 (file)
@@ -1,22 +1,30 @@
 #include "real.h"
+#include <fenv.h>
 
 namespace IPDF
 {
-       // Maps the REAL to a string
+       // Maps the REALTYPE to a string
        const char * g_real_name[] = {
                "single",
                "double",
                "long double",
-               "single [fast2sum]", //TODO REMOVE DOESN'T DO ANYTHING USEFUL
+               "VFPU",
                "Rational<int64_t>", 
-               "Rational<Arbint>"
+               "Rational<Arbint>",
+               "mpfrc++ real",
+               "iRRAM REAL",
+               "ParanoidNumber",
+               "GMPrat"
        };
        
-#if REAL == REAL_RATIONAL_ARBINT
+#if REALTYPE == REAL_RATIONAL_ARBINT
        template <> Gmpint Tabs(const Gmpint & a)
        {
                return a.Abs();
        }
 #endif
 
+
+
+
 }

UCC git Repository :: git.ucc.asn.au