--- old/src/cpu/x86/vm/globals_x86.hpp 2015-12-02 11:46:45.479573600 -0800 +++ new/src/cpu/x86/vm/globals_x86.hpp 2015-12-02 11:46:45.143540000 -0800 @@ -188,5 +188,11 @@ "Use BMI1 instructions") \ \ product(bool, UseBMI2Instructions, false, \ - "Use BMI2 instructions") + "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