hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 35540 e001ad24dcdb
parent 35135 dd2ce9021031
child 35581 dd47cf4734f2
equal deleted inserted replaced
35539:9a687b686976 35540:e001ad24dcdb
   186                                                                             \
   186                                                                             \
   187   product(bool, UseBMI1Instructions, false,                                 \
   187   product(bool, UseBMI1Instructions, false,                                 \
   188           "Use BMI1 instructions")                                          \
   188           "Use BMI1 instructions")                                          \
   189                                                                             \
   189                                                                             \
   190   product(bool, UseBMI2Instructions, false,                                 \
   190   product(bool, UseBMI2Instructions, false,                                 \
   191           "Use BMI2 instructions")
   191           "Use BMI2 instructions")                                          \
       
   192                                                                             \
       
   193   diagnostic(bool, UseLibmSinIntrinsic, true,                               \
       
   194           "Use Libm Sin Intrinsic")                                         \
       
   195                                                                             \
       
   196   diagnostic(bool, UseLibmCosIntrinsic, true,                               \
       
   197           "Use Libm Cos Intrinsic")
   192 #endif // CPU_X86_VM_GLOBALS_X86_HPP
   198 #endif // CPU_X86_VM_GLOBALS_X86_HPP