From: Martin Storsjö Date: Fri, 24 Mar 2017 09:33:35 +0000 (+0200) Subject: arm: Use commas between all macro arguments in arm assembly X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e92821c5a52c80ca4d1a9b6d038bec84be48b0a;p=libx264 arm: Use commas between all macro arguments in arm assembly The clang built-in assembler requires proper commas between all macro arguments. As long as gas-preprocessor is used when building with clang, this isn't an issue. --- diff --git a/common/arm/mc-a.S b/common/arm/mc-a.S index e8d3d030..1d179e1b 100644 --- a/common/arm/mc-a.S +++ b/common/arm/mc-a.S @@ -140,7 +140,7 @@ MEMCPY_ALIGNED 16, 8 MEMCPY_ALIGNED 8, 16 MEMCPY_ALIGNED 8, 8 -const memcpy_table align=2, relocate=1 +const memcpy_table, align=2, relocate=1 .word memcpy_aligned_16_16_neon .word memcpy_aligned_16_8_neon .word memcpy_aligned_8_16_neon