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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp243 CPU_SSE4_1 = (1 << 11), enumerator in enum:VM_Version::__anon68
411 result |= CPU_SSE4_1;
550 static bool supports_sse4_1() { return (_cpuFeatures & CPU_SSE4_1) != 0; }

Completed in 33 milliseconds