hotspot/src/cpu/x86/vm/vm_version_x86.cpp
changeset 8873 d3031147b912
parent 8677 45d01baba334
child 8921 14bfe81f2a9d
equal deleted inserted replaced
8872:36680c58660e 8873:d3031147b912
   427         UseXmmI2D = true;
   427         UseXmmI2D = true;
   428       } else {
   428       } else {
   429         UseXmmI2D = false;
   429         UseXmmI2D = false;
   430       }
   430       }
   431     }
   431     }
       
   432     if( FLAG_IS_DEFAULT(UseSSE42Intrinsics) ) {
       
   433       if( supports_sse4_2() && UseSSE >= 4 ) {
       
   434         UseSSE42Intrinsics = true;
       
   435       }
       
   436     }
   432 
   437 
   433     // Use count leading zeros count instruction if available.
   438     // Use count leading zeros count instruction if available.
   434     if (supports_lzcnt()) {
   439     if (supports_lzcnt()) {
   435       if (FLAG_IS_DEFAULT(UseCountLeadingZerosInstruction)) {
   440       if (FLAG_IS_DEFAULT(UseCountLeadingZerosInstruction)) {
   436         UseCountLeadingZerosInstruction = true;
   441         UseCountLeadingZerosInstruction = true;