summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-03 11:51:27 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-03 11:51:27 -0400
commita7cb8c1562a53bf7af68b9b872684f432d960716 (patch)
tree817d781cad7d6a56598c4c0ac118a889977e218f
parentbd387f85c06454071aa9db379e773a80d05eaff1 (diff)
downloadvecmathlib-a7cb8c1562a53bf7af68b9b872684f432d960716.zip
vecmathlib-a7cb8c1562a53bf7af68b9b872684f432d960716.tar.gz
Denormalized numbers are not yer properly supported
-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