From ac0b91f82c85de11b5f27a3f033a84ba39528e8c Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 18 Mar 2024 13:00:53 -0400 Subject: [PATCH] Stop skipping tests; optimization bug fixed in GCC --- sleef.spec | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/sleef.spec b/sleef.spec index 5a69c1d..03b0f10 100644 --- a/sleef.spec +++ b/sleef.spec @@ -228,17 +228,6 @@ rm -vrf src/gencoef %check skips='^($.' -# https://github.com/shibatch/sleef/issues/439 -%ifarch x86_64 %{arm64} ppc64le s390x -skips="${skips}|iuty?purecfma_scalar" -%endif -%ifarch %{arm64} ppc64le s390x -skips="${skips}|iuty?purec_scalar" -%endif -%ifarch s390x -skips="${skips}|iuty?zvector2(nofma)?" -%endif - %if %{with dft} # The DFT library has known test failures # (https://github.com/shibatch/sleef/issues/214).