aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/dct64_sse.c
Commit message (Expand)AuthorAge
* Change some static temporary vars to automatic ones because mingw32 binutilsGravatar zuxy2007-06-06
* Align output pointer so that we can use movaps instead of movups in dct64_sse;Gravatar zuxy2007-06-06
* Correct dct64 functions' declarationsGravatar zuxy2007-06-04
* Fix bug in reference codeGravatar zuxy2007-05-19
* directly insert ffreep %%st(0) opcode for compatibility with oldGravatar reimar2006-11-19
* fix mp3lib compilation on OSXGravatar nplourde2006-11-19
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...Gravatar gpoirier2006-07-07