Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
aom-rav1e
Commits
85bd720a
Commit
85bd720a
authored
Feb 05, 2014
by
Johann
Committed by
Gerrit Code Review
Feb 05, 2014
Browse files
Merge "arm: Use {} around quadword arguments to vld"
parents
95eae0c4
c2bb1aa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp9/common/arm/neon/vp9_reconintra_neon.asm
View file @
85bd720a
...
...
@@ -422,7 +422,7 @@ loop_h
vdup.u8
q0
,
r12
; Load above 8 pixels
vld1.8
q1
,
[
r2
]
vld1.8
{
q1
}
,
[
r2
]
; preload 8 left into r12
vld1.8
d18
,
[
r3
]
!
...
...
@@ -518,8 +518,8 @@ loop_16x16_neon
vdup.u8
q0
,
r12
; Load above 32 pixels
vld1.8
q1
,
[
r2
]
!
vld1.8
q2
,
[
r2
]
vld1.8
{
q1
}
,
[
r2
]
!
vld1.8
{
q2
}
,
[
r2
]
; preload 8 left pixels
vld1.8
d26
,
[
r3
]
!
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment