mirror of
https://github.com/novatiq/packages.git
synced 2026-04-24 21:14:40 +01:00
treewide: Enable VFP/NEON optimizations for aarch64
For speexdsp, support for NEON on aarch64 was added in 1.2.0[1]. [1]: https://github.com/xiph/speexdsp/pull/8 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=mpg123
|
||||
PKG_VERSION:=1.25.13
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||
PKG_SOURCE_URL:=@SF/mpg123
|
||||
@@ -70,6 +70,9 @@ ifeq ($(CONFIG_SOFT_FLOAT),y)
|
||||
else ifneq ($(findstring neon,$(CONFIG_CPU_TYPE)),)
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-cpu=arm_fpu
|
||||
else ifneq ($(findstring aarch64,$(CONFIG_ARCH)),)
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-cpu=aarch64
|
||||
else
|
||||
CONFIGURE_ARGS+= \
|
||||
--with-cpu=generic_fpu
|
||||
|
||||
Reference in New Issue
Block a user