diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-04 18:33:47 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-04 18:33:47 +0000 |
commit | a46b84d1204d3cd2de14f08de29afee08f8f86d0 (patch) | |
tree | 05d05355275ff967340cccf658b4ca691469744c /Changelog | |
parent | deca86eab1623b3391b7113b4ac6e74b8408639d (diff) | |
download | ffmpeg-a46b84d1204d3cd2de14f08de29afee08f8f86d0.tar.gz |
PPC: convert Altivec FFT to pure assembler
On PPC a leaf function has a 288-byte red zone below the stack pointer,
sparing these functions the chore of setting up a full stack frame.
When a function call is disguised within an inline asm block, the
compiler might not adjust the stack pointer as required before a
function call, resulting in the red zone being clobbered.
Moving the entire function to pure asm avoids this problem and also
results in somewhat better code.
Originally committed as revision 24044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Changelog')
0 files changed, 0 insertions, 0 deletions