src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File 8055494 Cdiff src/cpu/x86/vm/globals_x86.hpp

src/cpu/x86/vm/globals_x86.hpp

Print this page

        

*** 174,181 **** \ product(bool, UseCountTrailingZerosInstruction, false, \ "Use count trailing zeros instruction") \ \ product(bool, UseBMI1Instructions, false, \ ! "Use BMI instructions") ! #endif // CPU_X86_VM_GLOBALS_X86_HPP --- 174,183 ---- \ product(bool, UseCountTrailingZerosInstruction, false, \ "Use count trailing zeros instruction") \ \ product(bool, UseBMI1Instructions, false, \ ! "Use BMI1 instructions") \ ! \ ! product(bool, UseBMI2Instructions, false, \ ! "Use BMI2 instructions") #endif // CPU_X86_VM_GLOBALS_X86_HPP
src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File