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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dvm_version_x86.hpp548 static bool supports_sse3() { return (_cpuFeatures & CPU_SSE3) != 0; } function in class:VM_Version
602 supports_sse3() && _model != 0x1C; }

Completed in 34 milliseconds