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
eafb05fc
Commit
eafb05fc
authored
Jan 24, 2016
by
Luca Barbato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v210: x86: Add the correct guards around the asm code
Signed-off-by:
Luca Barbato
<
lu_zero@gentoo.org
>
parent
4709f721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
v210enc.asm
libavcodec/x86/v210enc.asm
+6
-0
No files found.
libavcodec/x86/v210enc.asm
View file @
eafb05fc
...
...
@@ -82,8 +82,10 @@ cglobal v210_planar_pack_10, 5, 5, 4, y, u, v, dst, width
RET
%endmacro
%if
HAVE_SSSE3_EXTERNAL
INIT_XMM
ssse3
v210_planar_pack_10
%endif
%macro
v210_planar_pack_8
0
...
...
@@ -139,7 +141,11 @@ cglobal v210_planar_pack_8, 5, 5, 7, y, u, v, dst, width
RET
%endmacro
%if
HAVE_SSSE3_EXTERNAL
INIT_XMM
ssse3
v210_planar_pack_8
%endif
%if
HAVE_AVX_EXTERNAL
INIT_XMM
avx
v210_planar_pack_8
%endif
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