Searched defs:CPU_SSE3 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp240 CPU_SSE3 = (1 << 8), // SSE3 comes from cpuid 1 (ECX) enumerator in enum:VM_Version::__anon68
407 result |= CPU_SSE3;
548 static bool supports_sse3() { return (_cpuFeatures & CPU_SSE3) != 0; }

Completed in 35 milliseconds