mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
dbd12523a4
Ported from arm NEON and added vector_dmul_scalar. Functions between 1.5 and 5 times faster than the C implementations using Apple's clang-503.0.19 on A7.
5 lines
183 B
Makefile
5 lines
183 B
Makefile
OBJS += aarch64/cpu.o \
|
|
aarch64/float_dsp_init.o \
|
|
|
|
NEON-OBJS += aarch64/float_dsp_neon.o
|