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.
Showing
Please
register
or
sign in
to comment