< prev index next >

src/cpu/x86/vm/x86.ad

Print this page

        

*** 1716,1726 **** case Op_StrIndexOf: if (!UseSSE42Intrinsics) ret_value = false; break; case Op_StrIndexOfChar: ! if (!(UseSSE > 4)) ret_value = false; break; case Op_OnSpinWait: if (VM_Version::supports_on_spin_wait() == false) ret_value = false; --- 1716,1726 ---- case Op_StrIndexOf: if (!UseSSE42Intrinsics) ret_value = false; break; case Op_StrIndexOfChar: ! if (UseSSE < 4) ret_value = false; break; case Op_OnSpinWait: if (VM_Version::supports_on_spin_wait() == false) ret_value = false;
< prev index next >