Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
dav1d
Commits
acac4c93
Commit
acac4c93
authored
Jan 30, 2019
by
Martin Storsjö
Browse files
arm64: looprestoration: Fix the loop condition in copy_narrow_neon
These cases looped round too many.
parent
5898758b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/arm/64/looprestoration.S
View file @
acac4c93
...
@@ -523,7 +523,7 @@ function copy_narrow_neon, export=1
...
@@ -523,7 +523,7 @@ function copy_narrow_neon, export=1
subs
w4
,
w4
,
#
1
subs
w4
,
w4
,
#
1
ld1
{
v0
.
b
}[
0
],
[
x2
],
#
1
ld1
{
v0
.
b
}[
0
],
[
x2
],
#
1
st1
{
v0
.
b
}[
0
],
[
x0
],
x1
st1
{
v0
.
b
}[
0
],
[
x0
],
x1
b.g
e
11
b
b.g
t
11
b
0
:
0
:
ret
ret
...
@@ -547,7 +547,7 @@ function copy_narrow_neon, export=1
...
@@ -547,7 +547,7 @@ function copy_narrow_neon, export=1
subs
w4
,
w4
,
#
1
subs
w4
,
w4
,
#
1
ld1
{
v0
.
h
}[
0
],
[
x2
],
#
2
ld1
{
v0
.
h
}[
0
],
[
x2
],
#
2
st1
{
v0
.
h
}[
0
],
[
x0
],
x1
st1
{
v0
.
h
}[
0
],
[
x0
],
x1
b.g
e
22
b
b.g
t
22
b
0
:
0
:
ret
ret
...
...
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