]> granicus.if.org Git - libx264/commitdiff
arm: Use commas between all macro arguments in arm assembly
authorMartin Storsjö <martin@martin.st>
Fri, 24 Mar 2017 09:33:35 +0000 (11:33 +0200)
committerHenrik Gramner <henrik@gramner.com>
Sun, 21 May 2017 20:41:06 +0000 (22:41 +0200)
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.

common/arm/mc-a.S

index e8d3d03081e6c9907d69b0e1f9a61e7b88fbf2d2..1d179e1bacfc2335bcd2a6098739804e3a9d9b98 100644 (file)
@@ -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