From 9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 2 Jul 2013 22:33:24 -0400 Subject: Remove wrong comment --- test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1