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
2cd1f5ca
Commit
2cd1f5ca
authored
Jul 03, 2012
by
Loren Merritt
Committed by
Diego Biurrun
Jul 05, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x86inc: modify ALIGN to not generate long nops on i586
Signed-off-by:
Diego Biurrun
<
diego@biurrun.de
>
parent
d20f133e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
x86inc.asm
libavutil/x86/x86inc.asm
+4
-0
No files found.
libavutil/x86/x86inc.asm
View file @
2cd1f5ca
...
...
@@ -571,6 +571,7 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
; All subsequent functions (up to the next INIT_CPUFLAGS) is built for the specified cpu.
; You shouldn't need to invoke this macro directly, it's a subroutine for INIT_MMX &co.
%macro
INIT_CPUFLAGS
0
-
2
CPU
amdnop
%
if
%0
>=
1
%
xdefine
cpuname
%1
%
assign
cpuflags
cpuflags_
%1
...
...
@@ -592,6 +593,9 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
%
elifidn
%1
,
sse3
%
define
movu
lddqu
%
endif
%
if
notcpuflag
(
mmx2
)
CPU
basicnop
%
endif
%
else
%
xdefine
SUFFIX
%
undef
cpuname
...
...
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