diff options
author | Erik Schnetter <schnetter@gmail.com> | 2013-07-02 22:33:24 -0400 |
---|---|---|
committer | Erik Schnetter <schnetter@gmail.com> | 2013-07-02 22:33:24 -0400 |
commit | 9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f (patch) | |
tree | 7514a07ef68786da4bcb9c1f05527354a81e113f | |
parent | 82be8477033c9248ccd672e8900ae95e1c31a7e3 (diff) | |
download | vecmathlib-9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f.zip vecmathlib-9545770072d5e3c4cc4fd2ad0bff37e8bb93d20f.tar.gz |
Remove wrong comment
-rw-r--r-- | test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |