[x265] [PATCH] asm: fix typo mistake

Min Chen chenm003 at 163.com
Wed Jul 27 21:49:07 CEST 2016


# HG changeset patch
# User Min Chen <min.chen at multicorewareinc.com>
# Date 1469647787 18000
# Node ID 2aa5421a3500c3b1912db1db94208e354c6954f5
# Parent  5a0e139e29386ecebafc9c555aedcd3e0f61c70c
asm: fix typo mistake
---
 source/common/arm/dct-a.S |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -r 5a0e139e2938 -r 2aa5421a3500 source/common/arm/dct-a.S
--- a/source/common/arm/dct-a.S	Fri Jul 22 13:13:42 2016 +0530
+++ b/source/common/arm/dct-a.S	Wed Jul 27 14:29:47 2016 -0500
@@ -216,7 +216,7 @@
     vqrshrn.s32 d19, q14, 2
     vqrshrn.s32 d23, q15, 2
 
-    vstm r1!, {d16-d23]
+    vstm r1!, {d16-d23}
 
     // bottom half
     vld1.16 {q12}, [r0], r2
@@ -262,7 +262,7 @@
     vqrshrn.s32 d19, q14, 2
     vqrshrn.s32 d23, q15, 2
 
-    vstm r1, {d16-d23]
+    vstm r1, {d16-d23}
     mov r1, r3
 
     // DCT-2D



More information about the x265-devel mailing list