summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-02 22:33:24 -0400
committerErik Schnetter <schnetter@gmail.com>2013-07-02 22:33:24 -0400
commit9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f (patch)
tree7514a07ef68786da4bcb9c1f05527354a81e113f
parent82be8477033c9248ccd672e8900ae95e1c31a7e3 (diff)
downloadvecmathlib-9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f.zip
vecmathlib-9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f.tar.gz
Remove wrong comment
-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