diff --git a/tests/math_bench.cpp b/tests/math_bench.cpp index 2526400..b461fe7 100644 --- a/tests/math_bench.cpp +++ b/tests/math_bench.cpp @@ -49,7 +49,7 @@ void math_bench() result = 0.0f; for (float xx = 0.0f; xx < max; xx += 0.1f) { - result += bx::sqrtRef(xx); + result += bx::sqrtSimd(xx); } elapsed += bx::getHPCounter();