< prev index next >

src/cpu/x86/vm/globals_x86.hpp

Print this page

        

*** 186,192 **** \ product(bool, UseBMI1Instructions, false, \ "Use BMI1 instructions") \ \ product(bool, UseBMI2Instructions, false, \ ! "Use BMI2 instructions") #endif // CPU_X86_VM_GLOBALS_X86_HPP --- 186,198 ---- \ product(bool, UseBMI1Instructions, false, \ "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
< prev index next >