This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
Watch
1
Star
0
Fork
You've already forked ffmpeg
0
Code
Issues
Projects
Releases
Wiki
Activity
1bbb5ea10d
ffmpeg
/
libavutil
/
aarch64
/
Makefile
5 lines
183 B
Makefile
Raw
Normal View
History
Unescape
Escape
aarch64: float_dsp NEON assembler 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.
2014-03-02 21:54:34 +00:00
OBJS
+=
aarch64/cpu.o
\
aarch64/float_dsp_init.o
\
NEON-OBJS
+=
aarch64/float_dsp_neon.o