aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/decode_MMX.c
Commit message (Expand)AuthorAge
* Use int and uint32_t instead of long and unsigned long, when appropriate.Gravatar zuxy2007-06-02
* Record what was produced by make_decode_table_MMX() and used that data toGravatar zuxy2007-05-25
* Remove hardcoded registersGravatar zuxy2007-05-23
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...Gravatar zuxy2007-05-22
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...Gravatar zuxy2007-05-21
* Add missing registers to asm code in mp3libGravatar reimar2007-03-01
* Use ASMALIGN macro for better compatibility and remove SYS_DARWINGravatar 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
* Unify include paths, -I.. is in CFLAGS.Gravatar diego2005-11-15
* attribute_used for gcc3.4Gravatar alex2004-04-26
* reverting my last change as buggy gcc 3.x fails with it :(Gravatar alex2003-10-25
* 100l to NickGravatar alex2003-10-23
* removed the stdcall conventionGravatar alex2003-10-22
* fixing that f*cking linker 'bug' e.g. naming config with libmp3lameGravatar alex2002-12-24
* use .balign instead of .alignGravatar arpi2002-03-23
* Fix according to strange bugreportGravatar nick2002-02-09
* Fixing compilation on non-MMX but x86 systemsGravatar nick2002-01-23
* mangling in mp3lib + stdcall undefined fix with cygwinGravatar atmos42002-01-19
* S->CGravatar nick2002-01-13