From a7cb8c1562a53bf7af68b9b872684f432d960716 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 3 Jul 2013 11:51:27 -0400 Subject: Denormalized numbers are not yer properly supported --- vecmathlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vecmathlib.h b/vecmathlib.h index f06a357..95bb704 100644 --- a/vecmathlib.h +++ b/vecmathlib.h @@ -23,7 +23,7 @@ // - can evaluate functions with reduced precision (80% of significant digits) // default settings -#define VML_HAVE_DENORMALS +#undef VML_HAVE_DENORMALS // TODO #define VML_HAVE_FP_CONTRACT #define VML_HAVE_INF #define VML_HAVE_NAN -- cgit v1.1