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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp239 CPU_SSE2 = (1 << 7), enumerator in enum:VM_Version::__anon68
405 result |= CPU_SSE2;
547 static bool supports_sse2() { return (_cpuFeatures & CPU_SSE2) != 0; }

Completed in 754 milliseconds