From 2e44e244519173a6f238a33a9fdfb658fb3eb664 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Mon, 24 Dec 2012 01:47:44 +0200 Subject: [PATCH] Fixed typo. --- fftw.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/fftw.spec b/fftw.spec index 8b3735f..4a75a85 100644 --- a/fftw.spec +++ b/fftw.spec @@ -166,7 +166,7 @@ prec_flags[1]=--enable-double prec_flags[2]=--enable-long-double prec_flags[3]=--enable-quad-precision -%ifarch %{x86} x86_64 +%ifarch %{ix86} x86_64 # Enable SSE2 support for x86 and x86_64 # (no avx as it is claimed to drastically slower) for((i=0;i<2;i++)); do @@ -315,6 +315,10 @@ fi %{_libdir}/libfftw3*.a %changelog +* Mon Dec 24 2012 Susi Lehtola - 3.3.3-4 +- Fix typo: should be %%ix86 instead of %%x86. Now should have SSE2 support + on x86 as well. + * Tue Dec 18 2012 Susi Lehtola - 3.3.3-3 - After consultation with upstream, enable SSE2 also on x86, altivec on ppc and ppc64 and NEON on arm.