log TOOLS/cpuinfo.c @ 21838:5926a90a93cd

age author description
Sun, 10 Dec 2006 14:04:27 +0000 reimar Avoid deprecated _sleep, instead include windows.h and use Sleep just like
Sun, 01 Oct 2006 17:19:45 +0000 gpoirier Add support for "Safer Mode Extensions", "Supplemental SSE3", "Direct Cache Access"
Fri, 29 Sep 2006 15:35:29 +0000 reimar Remove another duplicate and useless ;
Fri, 29 Sep 2006 12:36:17 +0000 gpoirier Remove useless trailing ';'
Fri, 29 Sep 2006 12:34:38 +0000 gpoirier Convert strings to comments since they're never used,
Fri, 07 Jul 2006 09:22:53 +0000 diego usleep is still missing in MinGW, so leave it out of the MinGW version check.
Wed, 05 Jul 2006 22:47:47 +0000 diego MinGW 3.1 has added gettimeofday.
Thu, 29 Jun 2006 14:47:07 +0000 gpoirier merges two asm constraints to one, patch by Zuxy Meng zuxy PP meng AHH gmail PP com
Wed, 31 May 2006 23:37:29 +0000 poirierg On old WinChips Linux kernel use this to emulate MTRR, patch by Zuxy Meng < zuxy P meng A gmail P com>
Wed, 17 May 2006 20:15:02 +0000 gpoirier x86_64 only saves ebx, not rbx. Fix some potential compilation problem on amd64.
Mon, 15 May 2006 15:10:23 +0000 gpoirier fix build on macintel, patch by Zuxy Meng
Sun, 14 May 2006 20:24:47 +0000 gpoirier Various improvement, fix build on AMD-64 and icc
Wed, 23 Nov 2005 19:29:11 +0000 gpoirier M-x untabify
Wed, 23 Nov 2005 19:21:11 +0000 gpoirier correct k6_mtrr detection, add a great deal of infos about newer processors
Mon, 11 Oct 2004 19:26:13 +0000 reimar Zeta OS support, mostly working.