[x264-devel] [PATCH 03/14] arm: Use commas between all macro arguments in arm assembly

Martin Storsjö martin at martin.st
Fri Mar 24 10:33:35 CET 2017


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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/arm/mc-a.S b/common/arm/mc-a.S
index e8d3d03..1d179e1 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
-- 
2.7.4



More information about the x264-devel mailing list