From: Sven Neumann <neumann@teufel.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] mpg123: use code optimized for ARM NEON SIMD engine if available
Date: Fri, 22 Nov 2013 23:00:53 +0100 [thread overview]
Message-ID: <1385157653.14731.35.camel@bender> (raw)
Signed-off-by: Sven Neumann <neumann@teufel.de>
---
package/mpg123/mpg123.mk | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/mpg123/mpg123.mk b/package/mpg123/mpg123.mk
index 3db2843..0d5b1bc 100644
--- a/package/mpg123/mpg123.mk
+++ b/package/mpg123/mpg123.mk
@@ -15,8 +15,12 @@ MPG123_LICENSE_FILES = COPYING
MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
ifeq ($(BR2_arm),y)
+ifeq ($(BR2_ARM_FPU_NEON),y)
+MPG123_CPU = neon
+else
MPG123_CPU = arm_nofpu
endif
+endif
ifeq ($(BR2_i386),y)
MPG123_CPU = x86
--
1.8.4.2
next reply other threads:[~2013-11-22 22:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-22 22:00 Sven Neumann [this message]
2013-11-22 22:37 ` [Buildroot] [PATCH 2/2] mpg123: use code optimized for ARM NEON SIMD engine if available Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385157653.14731.35.camel@bender \
--to=neumann@teufel.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.