• Janne Grunau's avatar
    aarch64: use '#' for whole line asm comments · 68a06b3a
    Janne Grunau authored
    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.
    68a06b3a
Name
Last commit
Last update
..
Makefile Loading commit data...
asm.S Loading commit data...
bswap.h Loading commit data...
cpu.c Loading commit data...
cpu.h Loading commit data...
float_dsp_init.c Loading commit data...
float_dsp_neon.S Loading commit data...
neontest.h Loading commit data...