[fftw3] 02/03: enable runtime detected sse2 and avx on x32

Julian Taylor jtaylor.debian at googlemail.com
Mon Oct 28 00:09:14 UTC 2013


This is an automated email from the git hooks/post-receive script.

jtaylor-guest pushed a commit to branch master
in repository fftw3.

commit 2ef3d8bd89c1f80d7c1b1bd951a93db182da0b9b
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sun Oct 27 14:14:40 2013 +0100

    enable runtime detected sse2 and avx on x32
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9342ef4..bd5ef8e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 fftw3 (3.3.3-7) unstable; urgency=low
 
   * restrict architectures of long dependency of libfftw3-3 (Closes: #710890)
+  * enable runtime detected sse2 and avx on x32
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 27 Oct 2013 13:48:27 +0100
 
diff --git a/debian/rules b/debian/rules
index 51dfbae..7ed2558 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else
 	CFLAGS += -O2
-ifneq (,$(filter $(ARCHITECTURE), i386 amd64))
+ifneq (,$(filter $(ARCHITECTURE), i386 amd64 x32))
 	archconfflags_single := --enable-sse --enable-avx
 	archconfflags_double := --enable-sse2 --enable-avx
 endif

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/fftw3.git



More information about the debian-science-commits mailing list