hotspot/src/cpu/x86/vm/x86.ad
changeset 13883 6979b9850feb
parent 13728 882756847a04
child 13886 8d82c4dfa722
equal deleted inserted replaced
13882:80d5d0d21b75 13883:6979b9850feb
   496   switch (opcode) {
   496   switch (opcode) {
   497     case Op_PopCountI:
   497     case Op_PopCountI:
   498     case Op_PopCountL:
   498     case Op_PopCountL:
   499       if (!UsePopCountInstruction)
   499       if (!UsePopCountInstruction)
   500         return false;
   500         return false;
       
   501     break;
   501     case Op_MulVI:
   502     case Op_MulVI:
   502       if ((UseSSE < 4) && (UseAVX < 1)) // only with SSE4_1 or AVX
   503       if ((UseSSE < 4) && (UseAVX < 1)) // only with SSE4_1 or AVX
   503         return false;
   504         return false;
   504     break;
   505     break;
   505   }
   506   }