[ardour3] re-add SSE flags on ix86, x86_64

Nils Philippsen nphilipp at fedoraproject.org
Mon Nov 4 17:15:08 UTC 2013


commit df43f9ac9227b5709559ff68724566556d39773c
Author: Nils Philippsen <nils at redhat.com>
Date:   Mon Nov 4 18:15:04 2013 +0100

    re-add SSE flags on ix86, x86_64

 ardour3.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/ardour3.spec b/ardour3.spec
index 91fdd4b..5e6945c 100644
--- a/ardour3.spec
+++ b/ardour3.spec
@@ -135,7 +135,11 @@ export LC_ALL=en_US.UTF-8
     --noconfirm \
     --no-phone-home \
     --optimize \
+%ifarch %ix86 x86_64
+    --arch="%optflags -msse -mfpmath=sse -DUSE_XMMINTRIN" \
+%else
     --arch="%optflags" \
+%endif
     --use-external-libs
 
 ./waf build -v %{?_smp_mflags}
@@ -236,6 +240,7 @@ fi
 %changelog
 * Mon Nov 04 2013 Nils Philippsen <nils at redhat.com> - 3.5.14-1
 - rename patch files to ardour3-*.patch
+- re-add SSE flags on ix86, x86_64
 
 * Sat Nov 02 2013 Nils Philippsen <nils at redhat.com> - 3.5.14-1
 - filter out requires satisfied by internal libraries


More information about the scm-commits mailing list