summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vecmathlib.h2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud