log mp3lib/decode_MMX.c @ 24528:0c967d2b9474

age author description
2007-06-02 zuxy Use int and uint32_t instead of long and unsigned long, when appropriate.
2007-05-25 zuxy Record what was produced by make_decode_table_MMX() and used that data to
2007-05-23 zuxy Remove hardcoded registers
2007-05-22 zuxy Replace hardcoded 32-bit leal with equivalent add/sub so pointer arithmetic will be 64-bit under AMD64
2007-05-21 zuxy Rewrite generic code in decode_MMX.c in C for easier AMD64 port. Slightly faster than original assembly.
2007-03-01 reimar Add missing registers to asm code in mp3lib
2006-11-19 reimar Use ASMALIGN macro for better compatibility and remove SYS_DARWIN
2006-11-19 nplourde fix mp3lib compilation on OSX
2006-07-07 gpoirier Add dct64_sse, a replacement for dct64_MMX. About 60% faster on its author's Pentium III
2005-11-15 diego Unify include paths, -I.. is in CFLAGS.
2004-04-26 alex attribute_used for gcc3.4
2003-10-25 alex reverting my last change as buggy gcc 3.x fails with it :(
2003-10-23 alex 100l to Nick
2003-10-22 alex removed the stdcall convention
2002-12-24 alex fixing that f*cking linker 'bug' e.g. naming config with libmp3lame
2002-03-23 arpi use .balign instead of .align
2002-02-09 nick Fix according to strange bugreport
2002-01-23 nick Fixing compilation on non-MMX but x86 systems
2002-01-19 atmos4 mangling in mp3lib + stdcall undefined fix with cygwin
2002-01-13 nick S->C