< prev index next >

src/cpu/x86/vm/x86_64.ad

Print this page

        

@@ -534,15 +534,11 @@
 #define   RELOC_DISP32   Assembler::disp32_operand
 
 #define __ _masm.
 
 static int clear_avx_size() {
-  if(UseAVX > 2) {
-    return 0; // vzeroupper is ignored
-  } else {
     return (Compile::current()->max_vector_size() > 16) ? 3 : 0;  // vzeroupper
-  }
 }
 
 // !!!!! Special hack to get all types of calls to specify the byte offset
 //       from the start of the call to the point where the return address
 //       will point.
< prev index next >