Mercurial > sdl-ios-xcode
log src/cpuinfo/SDL_cpuinfo.c @ 3586:b6758aee0dd4
age | author | description |
---|---|---|
Thu, 17 Dec 2009 03:04:04 +0000 | Sam Lantinga | Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X. |
Wed, 16 Dec 2009 16:42:04 +0000 | Sam Lantinga | Fixed cpuid assembly to work on PIC code |
Wed, 16 Dec 2009 08:17:05 +0000 | Sam Lantinga | Implemented Windows version of SDL_GetCPUCount() |
Wed, 16 Dec 2009 06:53:53 +0000 | Sam Lantinga | Added SDL_GetCPUCount() to see how many cores are available. |
Thu, 03 Dec 2009 04:33:05 +0000 | Sam Lantinga | Missing pop over a jump |
Mon, 30 Nov 2009 21:04:25 +0000 | Sam Lantinga | Reduced the push/pop sequence to a single pair, and ported this fix over to the other architectures. |