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
be6d1f96
Commit
be6d1f96
authored
Dec 02, 2017
by
Martin Vignali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avcodec/x86/bswapdsp : use macro for 128 bits constants loading in xmm or ymm
parent
b37196ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
bswapdsp.asm
libavcodec/x86/bswapdsp.asm
+1
-5
No files found.
libavcodec/x86/bswapdsp.asm
View file @
be6d1f96
...
...
@@ -104,11 +104,7 @@ SECTION .text
%if
cpuflag
(
ssse3
)
||
cpuflag
(
avx2
)
cglobal
bswap32_buf
,
3
,
4
,
3
mov
r3
,
r1
%if
cpuflag
(
avx2
)
vbroadcasti128
m2
,
[
pb_bswap32
]
%else
mova
m2
,
[
pb_bswap32
]
%endif
VBROADCASTI128
m2
,
[
pb_bswap32
]
%else
cglobal
bswap32_buf
,
3
,
4
,
5
mov
r3
,
r1
...
...
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