[x264-devel] aarch64: Remove commas LLVM's assembler complains about
Janne Grunau
git at videolan.org
Sun Oct 11 19:01:02 CEST 2015
x264 | branch: master | Janne Grunau <janne-x264 at jannau.net> | Tue Aug 18 10:25:08 2015 +0200| [592e92e9a8e47c3f0d0017c8158df5a4830e0bbd] | committer: Henrik Gramner
aarch64: Remove commas LLVM's assembler complains about
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=592e92e9a8e47c3f0d0017c8158df5a4830e0bbd
---
common/aarch64/deblock-a.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/common/aarch64/deblock-a.S b/common/aarch64/deblock-a.S
index cf9aae0..e051a6a 100644
--- a/common/aarch64/deblock-a.S
+++ b/common/aarch64/deblock-a.S
@@ -538,7 +538,7 @@ function x264_deblock_h_chroma_mbaff_neon, export=1
ret
endfunc
-.macro h264_loop_filter_chroma_intra, width=16
+.macro h264_loop_filter_chroma_intra width=16
uabd v26.16b, v16.16b, v17.16b // abs(p0 - q0)
uabd v27.16b, v18.16b, v16.16b // abs(p1 - p0)
uabd v28.16b, v19.16b, v17.16b // abs(q1 - q0)
@@ -604,7 +604,7 @@ function x264_deblock_h_chroma_intra_mbaff_neon, export=1
transpose4x4.h v18, v16, v17, v19, v26, v27, v28, v29
- h264_loop_filter_chroma_intra, width=8
+ h264_loop_filter_chroma_intra width=8
st2 {v16.h,v17.h}[0], [x0], x1
st2 {v16.h,v17.h}[1], [x0], x1
More information about the x264-devel
mailing list