hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 38018 1dc6c6f21231
parent 36554 a7eb9ee4680c
child 38273 2634194d7555
equal deleted inserted replaced
38017:55047d16f141 38018:1dc6c6f21231
   192           "Use BMI1 instructions")                                          \
   192           "Use BMI1 instructions")                                          \
   193                                                                             \
   193                                                                             \
   194   product(bool, UseBMI2Instructions, false,                                 \
   194   product(bool, UseBMI2Instructions, false,                                 \
   195           "Use BMI2 instructions")                                          \
   195           "Use BMI2 instructions")                                          \
   196                                                                             \
   196                                                                             \
   197   diagnostic(bool, UseLibmSinIntrinsic, true,                               \
   197   diagnostic(bool, UseLibmIntrinsic, true,                                  \
   198           "Use Libm Sin Intrinsic")                                         \
   198           "Use Libm Intrinsics")
   199                                                                             \
       
   200   diagnostic(bool, UseLibmCosIntrinsic, true,                               \
       
   201           "Use Libm Cos Intrinsic")
       
   202 #endif // CPU_X86_VM_GLOBALS_X86_HPP
   199 #endif // CPU_X86_VM_GLOBALS_X86_HPP