summaryrefslogtreecommitdiffstats
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index 2ee0fb4..a6183a1 100644
--- a/test.cc
+++ b/test.cc
@@ -44,7 +44,7 @@ struct vecmathlib_test {
// Test each function with this many random values
static const int imax = 10000;
-#ifdef VML_HAVE_FP_CONTRACT // see below
+#ifdef VML_HAVE_FP_CONTRACT
// Require that 95% of the digits are correct
static real_t accuracy() { return pow(realvec_t::epsilon(), R(0.95)); }
#else
OpenPOWER on IntegriCloud