mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
Added CPU cache line size to the test output.
This commit is contained in:
parent
357519de5a
commit
473652316a
|
|
@ -140,6 +140,7 @@ TestCPUInfo(SDL_bool verbose)
|
|||
{
|
||||
if (verbose) {
|
||||
printf("CPU count: %d\n", SDL_GetCPUCount());
|
||||
printf("CPU cache line size: %d\n", SDL_GetCPUCacheLineCount());
|
||||
printf("RDTSC %s\n", SDL_HasRDTSC()? "detected" : "not detected");
|
||||
printf("MMX %s\n", SDL_HasMMX()? "detected" : "not detected");
|
||||
printf("MMX Ext %s\n", SDL_HasMMXExt()? "detected" : "not detected");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user