fftwf 3.2.2: add Vesperix NEON code

See http://www.vesperix.com/arm/fftw-arm/index.html for details

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-19 10:30:26 +02:00
parent bbb7a55a94
commit c8de483735
2 changed files with 31799 additions and 1 deletions
File diff suppressed because it is too large Load Diff
+8 -1
View File
@@ -1,8 +1,15 @@
require fftw.inc require fftw.inc
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz" PR = "r1"
SRC_URI = "http://www.fftw.org/fftw-${PV}.tar.gz \
file://vesperix-neon.patch \
"
EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared --enable-threads" EXTRA_OECONF = "--disable-fortran --enable-single --enable-shared --enable-threads"
# Enable the vesperix code we patched in above for armv7a
EXTRA_OECONF_append_armv7a = " --enable-neon"
SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae" SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f" SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"