[fftw3] 04/06: Prepare for NEON optimisation on ARM64 platform

Steffen Möller moeller at moszumanska.debian.org
Wed May 10 20:55:46 UTC 2017


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

moeller pushed a commit to branch master
in repository fftw3.

commit 4398e5a480792a732191362c4677e70789d6b7ce
Author: Steffen Moeller <moeller at debian.org>
Date:   Wed May 10 22:17:32 2017 +0200

    Prepare for NEON optimisation on ARM64 platform
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 748dfc9..34b0b7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+fftw3 (3.3.6p2-1) unstable; urgency=medium
+
+  * Support NEON also for arm64 platform
+  * Extend debian/watch to also recognize patchlevels
+
+ -- Steffen Moeller <moeller at debian.org>  Wed, 10 May 2017 20:56:15 +0200
+
 fftw3 (3.3.5-3) unstable; urgency=medium
 
   * fix typo in shlibs file of last upload
diff --git a/debian/rules b/debian/rules
index f1840e0..1316512 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ endif
 ifeq ($(ARCHITECTURE), powerpc)
 	archconfflags_single := --enable-altivec
 endif
-ifneq (,$(filter $(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