mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
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:
31791
meta-oe/recipes-support/fftw/fftwf/vesperix-neon.patch
Normal file
31791
meta-oe/recipes-support/fftw/fftwf/vesperix-neon.patch
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,15 @@
|
||||
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"
|
||||
|
||||
# Enable the vesperix code we patched in above for armv7a
|
||||
EXTRA_OECONF_append_armv7a = " --enable-neon"
|
||||
|
||||
SRC_URI[md5sum] = "b616e5c91218cc778b5aa735fefb61ae"
|
||||
SRC_URI[sha256sum] = "6aa7ae65ee49eb99004f15899f9bb77f54759122f1a350041e81e096157d768f"
|
||||
|
||||
Reference in New Issue
Block a user