log mp3lib/sr1.c @ 4493:be41ab8c8918

age author description
Wed, 23 Jan 2002 17:09:58 +0000 nick Fixing compilation on non-MMX but x86 systems
Sat, 19 Jan 2002 18:22:22 +0000 nick Using cpudetect code instead of d_cpu.s
Mon, 14 Jan 2002 16:18:43 +0000 alex runtime cpudetect support #2 - still not working (i can't identify the problems ground, also it produces no sound (no noises), but the init seems to be ok (also i didn't changed anything)...very annoying :( snipp
Fri, 30 Nov 2001 16:50:37 +0000 alex fixed
Thu, 29 Nov 2001 18:05:42 +0000 atmos4 Disable SSE code and reenable FPU dct for SSE cpus (fpu code is 0.3% faster and I don't get data aligned in dct64_sse.s, so I can't finish optimizing it)
Fri, 23 Nov 2001 17:16:43 +0000 alex changed to use cpudetect.c (to use change te #if 1 -> #if 0 :)
Fri, 27 Jul 2001 17:21:23 +0000 atmos4 Beginning sse optimization of dct code.