< prev index next >

src/cpu/x86/vm/vm_version_x86.cpp

Print this page

        

@@ -784,11 +784,11 @@
     if (!FLAG_IS_DEFAULT(UseGHASHIntrinsics))
       warning("GHASH intrinsic requires CLMUL and SSE2 instructions on this CPU");
     FLAG_SET_DEFAULT(UseGHASHIntrinsics, false);
   }
 
-  if (supports_fma() && UseSSE >= 2) {
+  if (supports_fma()) {
     if (FLAG_IS_DEFAULT(UseFMA)) {
       UseFMA = true;
     }
   } else if (UseFMA) {
     warning("FMA instructions are not available on this CPU");
< prev index next >