summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64/vp9itxfm_neon.S
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2017-06-18 12:30:16 +0200
committerMartin Storsjö <martin@martin.st>2017-06-21 09:08:13 +0300
commit998609ddb8884fd0f33abdb74c8bd4e1234032b1 (patch)
tree24a1389290314fed9030f1da233ef744e7353fed /libavcodec/aarch64/vp9itxfm_neon.S
parent70a7df049c411d9247eb6075720c84196c3e55e8 (diff)
aarch64: vp9: Fix assembling with Xcode 6.2 and older
Properly use the b.eq/b.ge forms instead of the nonstandard forms (which both gas and newer clang accept though), and expand the register list that used a range (which the Xcode 6.2 clang, based on clang 3.5 svn, didn't support). This is cherrypicked from libav commit a970f9de865c84ed5360dd0398baee7d48d04620. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64/vp9itxfm_neon.S')
-rw-r--r--libavcodec/aarch64/vp9itxfm_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9itxfm_neon.S b/libavcodec/aarch64/vp9itxfm_neon.S
index b12890f0db..99413b0f70 100644
--- a/libavcodec/aarch64/vp9itxfm_neon.S
+++ b/libavcodec/aarch64/vp9itxfm_neon.S
@@ -1531,7 +1531,7 @@ function ff_vp9_idct_idct_32x32_add_neon, export=1
2:
subs x1, x1, #1
.rept 4
- st1 {v16.8h-v19.8h}, [x0], #64
+ st1 {v16.8h,v17.8h,v18.8h,v19.8h}, [x0], #64
.endr
b.ne 2b
3: