summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_MMX.c
Commit message (Expand)AuthorAgeFilesLines
* Use int and uint32_t instead of long and unsigned long, when appropriate.zuxy2007-06-021-1/+1
* Record what was produced by make_decode_table_MMX() and used that data tozuxy2007-05-251-1/+137
* Remove hardcoded registerszuxy2007-05-231-67/+67
* Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic w...zuxy2007-05-221-11/+10
* Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly fas...zuxy2007-05-211-48/+36
* Add missing registers to asm code in mp3libreimar2007-03-011-1/+1
* Use ASMALIGN macro for better compatibility and remove SYS_DARWINreimar2006-11-191-4/+2
* fix mp3lib compilation on OSXnplourde2006-11-191-0/+2
* Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's ...gpoirier2006-07-071-1/+1
* Unify include paths, -I.. is in CFLAGS.diego2005-11-151-2/+2
* attribute_used for gcc3.4alex2004-04-261-2/+3
* reverting my last change as buggy gcc 3.x fails with it :(alex2003-10-251-1/+1
* 100l to Nickalex2003-10-231-1/+2
* removed the stdcall conventionalex2003-10-221-2/+3
* fixing that f*cking linker 'bug' e.g. naming config with libmp3lamealex2002-12-241-1/+1
* use .balign instead of .alignarpi2002-03-231-2/+2
* Fix according to strange bugreportnick2002-02-091-8/+8
* Fixing compilation on non-MMX but x86 systemsnick2002-01-231-6/+6
* mangling in mp3lib + stdcall undefined fix with cygwinatmos42002-01-191-6/+7
* S->Cnick2002-01-131-0/+244