mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-02 03:06:28 +02:00
c5f69719bc
C code or compiler built-ins are preferable over inline assembler for
byte-swaps as it allows for better optimisations (e.g. instruction
scheduling) which would otherwise be impossible.
As with
|
||
---|---|---|
.. | ||
asm.S | ||
cpu.c | ||
cpu.h | ||
float_dsp_init.c | ||
float_dsp_neon.S | ||
Makefile | ||
neontest.h | ||
timer.h | ||
tx_float_init.c | ||
tx_float_neon.S |