Real that uses Fast2Sum for addition
[ipdf/code.git] / src / real.cpp
index 74c774b..bda6102 100644 (file)
@@ -5,7 +5,9 @@ namespace IPDF
        // Maps the REAL to a string
        const char * g_real_name[] = {
                "single",
-               "double"
+               "double",
+               "long double",
+               "single [fast2sum]"
        };
 
 }

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