1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00
FFmpeg/libavutil/aarch64
Janne Grunau 68a06b3a63 aarch64: use '#' for whole line asm comments
Both gnu as and clang treat lines starting with '#' as comments if they
aren't consumed by the C-style preprocessor.
Using '//' does not work with clang since comments are removed before
macro expansion.
2014-06-03 14:23:02 +02:00
..
asm.S aarch64: use '#' for whole line asm comments 2014-06-03 14:23:02 +02:00
bswap.h
cpu.c aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +02:00
cpu.h aarch64: add armv8 CPU flag 2014-04-06 21:18:49 +02:00
float_dsp_init.c aarch64: float_dsp NEON assembler 2014-03-18 22:56:07 +01:00
float_dsp_neon.S aarch64: float_dsp NEON assembler 2014-03-18 22:56:07 +01:00
Makefile aarch64: float_dsp NEON assembler 2014-03-18 22:56:07 +01:00
neontest.h aarch64: port neon clobber test from arm 2014-01-15 12:31:07 +01:00