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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp244 CPU_SSE4_2 = (1 << 12), enumerator in enum:VM_Version::__anon68
413 result |= CPU_SSE4_2;
551 static bool supports_sse4_2() { return (_cpuFeatures & CPU_SSE4_2) != 0; }

Completed in 33 milliseconds