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
4a301706
Commit
4a301706
authored
May 11, 2012
by
Vitor Sessak
Committed by
Janne Grunau
May 29, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: Avoid movs on BUTTERFLYPS when in AVX mode
Signed-off-by:
Janne Grunau
<
janne-libav@jannau.net
>
parent
bac0729d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
x86util.asm
libavutil/x86/x86util.asm
+6
-7
No files found.
libavutil/x86/x86util.asm
View file @
4a301706
...
@@ -84,13 +84,12 @@
...
@@ -84,13 +84,12 @@
%macro
TRANSPOSE4x4PS
5
%macro
TRANSPOSE4x4PS
5
SBUTTERFLYPS
%1
,
%2
,
%5
SBUTTERFLYPS
%1
,
%2
,
%5
SBUTTERFLYPS
%3
,
%4
,
%5
SBUTTERFLYPS
%3
,
%4
,
%5
movaps
m%5
,
m%1
movlhps
m%5
,
m%1
,
m%3
movlhps
m%1
,
m%3
movhlps
m%3
,
m%1
movhlps
m%3
,
m%5
SWAP
%5
,
%1
movaps
m%5
,
m%2
movlhps
m%5
,
m%2
,
m%4
movlhps
m%2
,
m%4
movhlps
m%4
,
m%2
movhlps
m%4
,
m%5
SWAP
%5
,
%2
,
%3
SWAP
%2
,
%3
%endmacro
%endmacro
%macro
TRANSPOSE8x8W
9
-
11
%macro
TRANSPOSE8x8W
9
-
11
...
...
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