log mp3lib/dct64_k7.c @ 32295:b3c27e5c4bd3

age author description
2010-05-30 reimar Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace).
2010-04-12 diego the great MPlayer tab removal: part I
2010-01-04 diego Refactor real --> float #define to a typedef in a common header.
2008-10-16 diego Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'.
2008-10-16 diego Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.
2007-06-04 zuxy Correct dct64 functions' declarations
2006-10-29 reimar disable nonworking/broken code for now till I find out what it is supposed to do.
2006-06-27 gpoirier remove MMX2 dependency (replace pshufw $78 with pswapd) so it can
2006-06-27 gpoirier fix conversion float to int to use saturated ops,
2005-11-15 diego Unify include paths, -I.. is in CFLAGS.
2004-11-11 reimar compilation fix for gcc 3.4.2
2004-04-26 alex attribute_used for gcc3.4
2003-10-22 alex removed the stdcall convention
2003-01-19 arpi Propolice catches an overflow in dct64_k7.c:
2002-11-19 michael forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)
2002-09-07 atmos4 Minor speedup by nick kurshev.
2002-05-24 atmos4 Cygwin stdcall mismatch fix.
2002-04-26 atmos4 Avoid stdcall on cygwin, it causes undefined ref, code needs testing as I have no athlon or k6-2.
2002-03-23 arpi MANGLE() the 3dnow code
2002-01-14 nick S->C