Home
last modified time | relevance | path

Searched refs:vi (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
DCpuArch.c148 OSVERSIONINFO vi; in CPU_Sys_Is_SSE_Supported() local
149 vi.dwOSVersionInfoSize = sizeof(vi); in CPU_Sys_Is_SSE_Supported()
150 if (!GetVersionEx(&vi)) in CPU_Sys_Is_SSE_Supported()
152 return (vi.dwMajorVersion >= 5); in CPU_Sys_Is_SSE_Supported()