aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/NEON/MeanStdDev.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/validation/NEON/MeanStdDev.cpp')
-rw-r--r--tests/validation/NEON/MeanStdDev.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/validation/NEON/MeanStdDev.cpp b/tests/validation/NEON/MeanStdDev.cpp
index 42d887960e..44f7178f5e 100644
--- a/tests/validation/NEON/MeanStdDev.cpp
+++ b/tests/validation/NEON/MeanStdDev.cpp
@@ -37,8 +37,8 @@ namespace validation
{
namespace
{
-constexpr RelativeTolerance tolerance_rel_high_error(0.05f);
-constexpr RelativeTolerance tolerance_rel_low_error(0.0005f);
+RelativeTolerance<float> tolerance_rel_high_error(0.05f);
+RelativeTolerance<float> tolerance_rel_low_error(0.0005f);
} // namespace
TEST_SUITE(NEON)