diff options
Diffstat (limited to 'test.cc')
-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 |