Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
08b028c1
Commit
08b028c1
authored
Oct 29, 2012
by
Ronald S. Bultje
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove INIT_AVX from x86inc.asm.
parent
c285edd0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
x86inc.asm
libavutil/x86/x86inc.asm
+0
-8
No files found.
libavutil/x86/x86inc.asm
View file @
08b028c1
...
@@ -678,14 +678,6 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
...
@@ -678,14 +678,6 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
INIT_CPUFLAGS
%1
INIT_CPUFLAGS
%1
%endmacro
%endmacro
; FIXME: INIT_AVX can be replaced by INIT_XMM avx
%macro
INIT_AVX
0
INIT_XMM
%
assign
avx_enabled
1
%
define
PALIGNR
PALIGNR_SSSE3
%
define
RESET_MM_PERMUTATION
INIT_AVX
%endmacro
%macro
INIT_YMM
0
-
1
+
%macro
INIT_YMM
0
-
1
+
%
assign
avx_enabled
1
%
assign
avx_enabled
1
%
define
RESET_MM_PERMUTATION
INIT_YMM
%1
%
define
RESET_MM_PERMUTATION
INIT_YMM
%1
...
...
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