--- old/src/cpu/x86/vm/globals_x86.hpp 2016-01-08 17:22:42.237519900 -0800 +++ new/src/cpu/x86/vm/globals_x86.hpp 2016-01-08 17:22:41.907519900 -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