Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6aa3cac6
Commit
6aa3cac6
authored
Oct 09, 2011
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
swscale: use aligned move for storage into temporary buffer.
The intermediate buffer is always aligned.
parent
92fb52d9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scale.asm
libswscale/x86/scale.asm
+1
-1
No files found.
libswscale/x86/scale.asm
View file @
6aa3cac6
...
...
@@ -369,7 +369,7 @@ cglobal hscale%1to%2_%4_%5, %6, 7, %7
cvtps2dq
m0
,
m0
%endif
; mmx/sse2/ssse3/sse4
%ifnidn
%3
,
X
mov
u
[
r1
+
r2
*
(
4
>>
r2shr
)
]
,
m0
mov
a
[
r1
+
r2
*
(
4
>>
r2shr
)
]
,
m0
%else
; %3 == X
movq
[
r1
+
r2
*
4
]
,
m0
%endif
; %3 ==/!= X
...
...
Write
Preview
Markdown
is supported
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