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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp242 CPU_SSE4A = (1 << 10), enumerator in enum:VM_Version::__anon68
441 result |= CPU_SSE4A;
585 static bool supports_sse4a() { return (_cpuFeatures & CPU_SSE4A) != 0; }

Completed in 33 milliseconds