mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38: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>
(cherry picked from commit dec17eb36c)
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ ifeq ($(CONFIG_SOFT_FLOAT),y)
|
||||
--enable-fixed-point
|
||||
endif
|
||||
|
||||
ifneq ($(findstring neon,$(CONFIG_CPU_TYPE)),)
|
||||
ifneq ($(findstring neon,$(CONFIG_CPU_TYPE))$(findstring aarch64,$(CONFIG_ARCH)),)
|
||||
CONFIGURE_ARGS+= \
|
||||
--enable-fixed-point
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user