[fftw3] 05/05: enable runtime detected neon support for arm64

Julian Taylor jtaylor.debian at googlemail.com
Sat Oct 26 17:31:15 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 790fffe4d6259361a080a0569b2d0f5e2f812ce5
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sat Oct 26 18:08:36 2013 +0200

    enable runtime detected neon support for arm64
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 104bd3a..8a1f156 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ fftw3 (3.3.3-6) unstable; urgency=low
     with unpackaged software (Closes: #710890)
   * fix-fftw-wisdom-to-conf.patch: fix tool not accepting wisdom files
   * add autopkgtests for tools and basic usage
+  * enable runtime detected neon support for arm64
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 26 Oct 2013 17:05:33 +0200
 
diff --git a/debian/rules b/debian/rules
index fb90719..51dfbae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ endif
 ifeq ($(ARCHITECTURE), powerpc)
 	archconfflags_single := --enable-altivec
 endif
-ifeq ($(ARCHITECTURE), armhf)
+ifneq (,$(filter $(ARCHITECTURE), armhf arm64))
 	archconfflags_single := --enable-neon
 endif
 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