On Fri, 30 May 2014, Janne Grunau wrote:
Defining symbols conditionally to '//' does not work with clang's integrated assembler. Comments seems to be removed before the symbols are substituted. --- libavutil/aarch64/asm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
So '#' is also interpreted as comments, but removed at some later stage? How does this work, when # is used within instructions themselves? Or does this rely on having the assembler ignore it, assuming it's leftovers from the preprocessor?
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
