29#if defined(_WIN32) || (defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)))
30# define OIV_BUILD_OPTIMIZED 1
32# define OIV_BUILD_OPTIMIZED 0
43 static void doCPUCheck();
44 static void doCPUID(
unsigned int what,
unsigned int* features);
45 static bool m_sseSupported;
46 static bool m_mmxSupported;
47 static bool m_sse2Supported;
48 static bool m_sse3Supported;
49 static bool m_featuresTested;
static bool sse3Supported()
static bool mmxSupported()
static bool sse2Supported()
static bool sseSupported()