summaryrefslogtreecommitdiff
path: root/libavcodec/x86/dct32_sse.c
Commit message (Collapse)AuthorAge
* xmm_clobbers: list xmm registers first in clobber listRamiro Polla2010-10-31
| | | | | | | suncc does not like the leading commas inside the macro, but it has no problem with trailing commas. Originally committed as revision 25615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dct32: mark xmm registers in clobber list in ff_dct32_float_sse()Ramiro Polla2010-10-25
| | | | Originally committed as revision 25569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move SSE optimized 32-point DCT to its own file. Should fix breakage with YASMVitor Sessak2010-07-06
disabled. Originally committed as revision 24078 to svn://svn.ffmpeg.org/ffmpeg/trunk