hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 46061 6057dbfd2622
parent 45871 878e21603932
child 46735 219c4312853e
equal deleted inserted replaced
46060:cbd5a7843b0b 46061:6057dbfd2622
   114           "Enables IEEE precision (for INTEL only)")                        \
   114           "Enables IEEE precision (for INTEL only)")                        \
   115                                                                             \
   115                                                                             \
   116   product(bool, UseStoreImmI16, true,                                       \
   116   product(bool, UseStoreImmI16, true,                                       \
   117           "Use store immediate 16-bits value instruction on x86")           \
   117           "Use store immediate 16-bits value instruction on x86")           \
   118                                                                             \
   118                                                                             \
   119   product(intx, UseAVX, 99,                                                 \
   119   product(intx, UseAVX, 2,                                                  \
   120           "Highest supported AVX instructions set on x86/x64")              \
   120           "Highest supported AVX instructions set on x86/x64")              \
   121           range(0, 99)                                                      \
   121           range(0, 99)                                                      \
   122                                                                             \
   122                                                                             \
   123   product(bool, UseCLMUL, false,                                            \
   123   product(bool, UseCLMUL, false,                                            \
   124           "Control whether CLMUL instructions can be used on x86/x64")      \
   124           "Control whether CLMUL instructions can be used on x86/x64")      \