Mercurial > mplayer.hg
log cpudetect.h @ 14909:aa6715eaa28c
age | author | description |
---|---|---|
Thu, 21 Oct 2004 11:55:20 +0000 | aurel | adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 |
Fri, 19 Sep 2003 23:52:41 +0000 | atmos4 | cpuspeed detection for X86 TSC capable CPUs (also added TSC detection, should best be verified by some people with TSC/nonTSC capable CPUs) |
Sat, 18 Jan 2003 19:29:46 +0000 | arpi | AltiVec detection code ("borrowed" from FFmpeg and |
Thu, 09 Jan 2003 18:39:09 +0000 | arpi | cpu cache line length detection |
Sun, 09 Dec 2001 17:03:04 +0000 | alex | added cpuStepping to CpuCaps struct (needed win32.c) |
Mon, 26 Nov 2001 23:08:48 +0000 | michael | non x86 fix (otherwise we would need #ifdef ARCH_X86 around every if(gCpuCaps.has...)) |
Sat, 20 Oct 2001 11:16:47 +0000 | pl | returns a malloc()'ed string instead of an auto char[] |