dhewm3/neo/sys
dhewg f81d32918f Implement Sys_GetProcessorId for x86 and x86_64
Detect CPU features at runtime via cpuid - code borrowed from
libavutil.
Availability of cpuid is not checked since pentium3 supports it
and that was the minimum requirement anyway.
Only features enabled at compile time will be available.

Forced MMX/SSE/SSE2/SSE3 and it passed all tests via:
./doom3.x86_64 +disconnect +set s_noSound 1 +testSIMD
2011-12-13 19:26:16 +01:00
..
linux Implement Sys_GetProcessorId for x86 and x86_64 2011-12-13 19:26:16 +01:00
osx Change return type of [Sys_]GetProcessorId to int 2011-12-13 18:57:30 +01:00
posix Fix POSIX net code for x86_64 2011-12-10 19:24:30 +01:00
scons Always compile all SIMD code 2011-12-13 18:56:38 +01:00
stub Move the OpenAL stub to sys/stub/ 2011-12-11 14:44:30 +01:00
win32 Change return type of [Sys_]GetProcessorId to int 2011-12-13 18:57:30 +01:00
sys_local.cpp Change return type of [Sys_]GetProcessorId to int 2011-12-13 18:57:30 +01:00
sys_local.h Change return type of [Sys_]GetProcessorId to int 2011-12-13 18:57:30 +01:00
sys_public.h Change return type of [Sys_]GetProcessorId to int 2011-12-13 18:57:30 +01:00