hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 33163 9e128b399e48
parent 33160 c59f1676d27e
child 33230 23bb11a5cf4e
equal deleted inserted replaced
33162:342038b73996 33163:9e128b399e48
    89   product(bool, UseStoreImmI16, true,                                       \
    89   product(bool, UseStoreImmI16, true,                                       \
    90           "Use store immediate 16-bits value instruction on x86")           \
    90           "Use store immediate 16-bits value instruction on x86")           \
    91                                                                             \
    91                                                                             \
    92   product(intx, UseAVX, 99,                                                 \
    92   product(intx, UseAVX, 99,                                                 \
    93           "Highest supported AVX instructions set on x86/x64")              \
    93           "Highest supported AVX instructions set on x86/x64")              \
       
    94           range(0, 99)                                                      \
    94                                                                             \
    95                                                                             \
    95   product(bool, UseCLMUL, false,                                            \
    96   product(bool, UseCLMUL, false,                                            \
    96           "Control whether CLMUL instructions can be used on x86/x64")      \
    97           "Control whether CLMUL instructions can be used on x86/x64")      \
    97                                                                             \
    98                                                                             \
    98   diagnostic(bool, UseIncDec, true,                                         \
    99   diagnostic(bool, UseIncDec, true,                                         \