src/hotspot/cpu/x86/globals_x86.hpp
changeset 51857 9978fea8a371
parent 51570 943cf1675b59
child 52460 f1bb77833b59
equal deleted inserted replaced
51856:11b9d3a6f31c 51857:9978fea8a371
   117           "Enables IEEE precision (for INTEL only)")                        \
   117           "Enables IEEE precision (for INTEL only)")                        \
   118                                                                             \
   118                                                                             \
   119   product(bool, UseStoreImmI16, true,                                       \
   119   product(bool, UseStoreImmI16, true,                                       \
   120           "Use store immediate 16-bits value instruction on x86")           \
   120           "Use store immediate 16-bits value instruction on x86")           \
   121                                                                             \
   121                                                                             \
   122   product(intx, UseAVX, 2,                                                  \
   122   product(intx, UseAVX, 3,                                                  \
   123           "Highest supported AVX instructions set on x86/x64")              \
   123           "Highest supported AVX instructions set on x86/x64")              \
   124           range(0, 99)                                                      \
   124           range(0, 99)                                                      \
   125                                                                             \
   125                                                                             \
   126   product(bool, UseCLMUL, false,                                            \
   126   product(bool, UseCLMUL, false,                                            \
   127           "Control whether CLMUL instructions can be used on x86/x64")      \
   127           "Control whether CLMUL instructions can be used on x86/x64")      \