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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp241 CPU_SSSE3 = (1 << 9), enumerator in enum:VM_Version::__anon68
409 result |= CPU_SSSE3;
549 static bool supports_ssse3() { return (_cpuFeatures & CPU_SSSE3)!= 0; }

Completed in 37 milliseconds