From d5cff452f192727f6aa6450b47484fcd35408fd4 Mon Sep 17 00:00:00 2001 From: Geolm Date: Fri, 12 Jan 2024 08:47:08 -0500 Subject: [PATCH] reverting as epsilon should be good on linux --- tests/test_simd_math.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/test_simd_math.h b/tests/test_simd_math.h index e080a66..76cd016 100644 --- a/tests/test_simd_math.h +++ b/tests/test_simd_math.h @@ -107,9 +107,8 @@ TEST generic_test(reference_function ref, approximation_function approx, float r input[i] = (step * (float)(i)) + range_min; result[i] = ref(input[i]); } - (void)epsilon; - //simd_vector v_epsilon = simd_splat(epsilon); + simd_vector v_epsilon = simd_splat(epsilon); simd_vector v_max_error = simd_splat_zero(); for(int i=0; i