aarch64: use '#' for whole line asm comments
authorJanne Grunau <janne-libav@jannau.net>
Fri, 30 May 2014 14:57:44 +0000 (16:57 +0200)
committerJanne Grunau <janne-libav@jannau.net>
Tue, 3 Jun 2014 12:23:02 +0000 (14:23 +0200)
commit68a06b3a639ee21c78532ee4c50c3366bf890ff7
tree99fc597c860ea8358cf403b4a3d495f33784d1dd
parent6a0fa4d86f2b3e9060a1153b39fa3bfe36f1b617
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.
libavutil/aarch64/asm.S