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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp238 CPU_SSE = (1 << 6), enumerator in enum:VM_Version::__anon68
403 result |= CPU_SSE;
546 static bool supports_sse() { return (_cpuFeatures & CPU_SSE) != 0; }

Completed in 750 milliseconds