Fix build with -march=x86-64-v3

While it hasn't been necessary for x86_64 baseline, setting
-march=x86-64-v3 (as in ELN) triggers test failures in spmatrix.
Adding -ffp-contract=off as on most other arches avoids that.

Resolves: rhbz#2216730
This commit is contained in:
Yaakov Selkowitz 2023-06-28 15:59:01 -04:00
parent 7bd4829a25
commit e53c60f4f2

View File

@ -42,7 +42,7 @@ mv THANKS.aux THANKS
%build
# disable FMA
%ifarch aarch64 ppc64 ppc64le s390 s390x
%ifarch aarch64 ppc64 ppc64le s390 s390x x86_64
export CFLAGS="%{optflags} -ffp-contract=off"
%endif
%configure