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
f7676584
Commit
f7676584
authored
Jun 26, 2012
by
Nicolas George
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "x86: fft: win64: fix stack alignment for memcpy() call"
This reverts commit
8725da49
. Necerrary to revert
82992604
.
parent
79a7451d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
fft_mmx.asm
libavcodec/x86/fft_mmx.asm
+7
-9
No files found.
libavcodec/x86/fft_mmx.asm
View file @
f7676584
...
...
@@ -641,21 +641,19 @@ cglobal fft_permute, 2,7,1
%if
ARCH_X86_64
mov
r0
,
r1
mov
r1
,
r5
%endif
%if
WIN64
sub
rsp
,
8
call
memcpy
add
rsp
,
8
RET
%elif
ARCH_X86_64
jmp
memcpy
%else
push
r2
push
r5
push
r1
%endif
%if
ARCH_X86_64
&&
WIN64
==
0
jmp
memcpy
%else
call
memcpy
%if
ARCH_X86_32
add
esp
,
12
RET
%endif
REP_RET
%endif
cglobal
imdct_calc
,
3
,
5
,
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