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
094a7405
Commit
094a7405
authored
Jul 15, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86: ABSB: port to cpuflags
parent
611bf39b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
x86util.asm
libavutil/x86/x86util.asm
+5
-6
No files found.
libavutil/x86/x86util.asm
View file @
094a7405
...
@@ -210,10 +210,14 @@
...
@@ -210,10 +210,14 @@
%endif
%endif
%endmacro
%endmacro
%macro
ABSB_MMX
2
%macro
ABSB
2
; source mmreg, temp mmreg (unused for ssse3)
%if
cpuflag
(
ssse3
)
pabsb
%1
,
%1
%else
pxor
%2
,
%2
pxor
%2
,
%2
psubb
%2
,
%1
psubb
%2
,
%1
pminub
%1
,
%2
pminub
%1
,
%2
%endif
%endmacro
%endmacro
%macro
ABSB2_MMX
4
%macro
ABSB2_MMX
4
...
@@ -236,10 +240,6 @@
...
@@ -236,10 +240,6 @@
psubd
%2
,
%4
psubd
%2
,
%4
%endmacro
%endmacro
%macro
ABSB_SSSE3
2
pabsb
%1
,
%1
%endmacro
%macro
ABSB2_SSSE3
4
%macro
ABSB2_SSSE3
4
pabsb
%1
,
%1
pabsb
%1
,
%1
pabsb
%2
,
%2
pabsb
%2
,
%2
...
@@ -250,7 +250,6 @@
...
@@ -250,7 +250,6 @@
ABS2
%3
,
%4
,
%5
,
%6
ABS2
%3
,
%4
,
%5
,
%6
%endmacro
%endmacro
%define
ABSB
ABSB_MMX
%define
ABSB2
ABSB2_MMX
%define
ABSB2
ABSB2_MMX
%macro
SPLATB_LOAD
3
%macro
SPLATB_LOAD
3
...
...
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