summaryrefslogtreecommitdiff
path: root/libavutil/aarch64
Commit message (Collapse)AuthorAge
* aarch64: float_dsp NEON assemblerJanne Grunau2014-03-18
| | | | | | | 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.
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-20
| | | | Based on e3fec3f095ab5ea08ee662942d98526aaf5e3635 for arm.
* aarch64: port neon clobber test from armJanne Grunau2014-01-15
|
* aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-15
| | | | | | | NEON and VFP are currently mandatory for all ARMv8 profiles. Both are handled as extensions as far as cpuflags are concerned. This is consistent with handling x86_64 which always has SSE2, but still handles it as an extension.
* aarch64: bswap inline assemblyJanne Grunau2014-01-14
Signed-off-by: Janne Grunau <janne-libav@jannau.net>