mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 07:37:14 +00:00
jack: add ARM NEON support for sample conversions
Add a test application checking accurracy and performance win of accelerated code. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0db057da47
commit
d307c4f59d
@@ -14,7 +14,11 @@ LIC_FILES_CHKSUM = " \
|
||||
|
||||
DEPENDS = "libsamplerate0 libsndfile1 readline"
|
||||
|
||||
SRC_URI = "git://github.com/jackaudio/jack2.git"
|
||||
SRC_URI = " \
|
||||
git://github.com/jackaudio/jack2.git \
|
||||
file://0001-Add-ARM-NEON-acceleration-for-all-non-dithering-samp.patch \
|
||||
file://0002-jack_simdtests-add-application-checking-accurracy-an.patch \
|
||||
"
|
||||
SRCREV = "0279a2d65a36d1378f5bab56d95bf9e99cc8cefb"
|
||||
PV = "1.9.10+git${SRCPV}"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user