log src/cpuinfo/SDL_cpuinfo.c @ 4689:f9ab8df6d45a

age author description
2010-06-26 Sam Lantinga Mostly cleaned up warnings with -Wmissing-prototypes
2009-12-03 Sam Lantinga Missing pop over a jump SDL-1.2
2009-12-02 Sam Lantinga Fixed crash - need to save and restore rbx around cpuid, since the compiler may be assuming the stack pointer isn't being modified when filling in %0. SDL-1.2
2009-11-01 Ryan C. Gordon 1.2 branch: fixed assembly code register clobbering. SDL-1.2
2009-09-26 Sam Lantinga Fixed 32-bit build SDL-1.2
2009-09-26 Sam Lantinga Fixed bug #734 SDL-1.2
2009-07-01 Ryan C. Gordon Patch from Fedora project to fix crashes with SDL_HasSSE() on amd64. SDL-1.2
2008-12-08 Sam Lantinga Updated copyright date SDL-1.2
2010-01-24 Sam Lantinga Fixed bug #926
2010-01-06 Sam Lantinga Fixed bug #924
2009-12-17 Sam Lantinga Implemented 64-bit version of cpuid code
2009-12-17 Sam Lantinga Added support for querying the number of CPUs available on Linux. This also happens to work on Mac OS X.
2009-12-16 Sam Lantinga Fixed cpuid assembly to work on PIC code
2009-12-16 Sam Lantinga Implemented Windows version of SDL_GetCPUCount()