< prev index next >

src/cpu/x86/vm/globals_x86.hpp

Print this page

        

*** 192,202 **** "Use BMI1 instructions") \ \ product(bool, UseBMI2Instructions, false, \ "Use BMI2 instructions") \ \ ! diagnostic(bool, UseLibmSinIntrinsic, true, \ ! "Use Libm Sin Intrinsic") \ ! \ ! diagnostic(bool, UseLibmCosIntrinsic, true, \ ! "Use Libm Cos Intrinsic") #endif // CPU_X86_VM_GLOBALS_X86_HPP --- 192,199 ---- "Use BMI1 instructions") \ \ product(bool, UseBMI2Instructions, false, \ "Use BMI2 instructions") \ \ ! diagnostic(bool, UseLibmIntrinsic, true, \ ! "Use Libm Intrinsics") #endif // CPU_X86_VM_GLOBALS_X86_HPP
< prev index next >