From bfa600d23ba19dedabb69603ab17ac9b6f6510cb Mon Sep 17 00:00:00 2001 From: Pierre Blanchard Date: Mon, 12 Dec 2022 10:48:42 +0000 Subject: pl/math: Update ULP threshold for SVE atan2 Test threshold fixed. --- pl/math/test/runulp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/math/test/runulp.sh b/pl/math/test/runulp.sh index 3d644ce..35b4e6b 100755 --- a/pl/math/test/runulp.sh +++ b/pl/math/test/runulp.sh @@ -640,7 +640,7 @@ L_sve_sin=2.03 L_sve_atanf=2.9 L_sve_atan=1.78 L_sve_atan2f=2.45 -L_sve_atan2=1.73 +L_sve_atan2=1.78 L_sve_log10=1.97 L_sve_log10f=2.82 L_sve_logf=2.85 -- cgit v1.2.3