src/cpu/x86/vm/globals_x86.hpp

changeset 5353
b800986664f4
parent 5274
cd54c7e92908
child 5914
d13d7aba8c12
     1.1 --- a/src/cpu/x86/vm/globals_x86.hpp	Tue Jul 02 07:51:31 2013 +0200
     1.2 +++ b/src/cpu/x86/vm/globals_x86.hpp	Tue Jul 02 20:42:12 2013 -0400
     1.3 @@ -96,6 +96,9 @@
     1.4    product(intx, UseAVX, 99,                                                 \
     1.5            "Highest supported AVX instructions set on x86/x64")              \
     1.6                                                                              \
     1.7 +  product(bool, UseCLMUL, false,                                            \
     1.8 +          "Control whether CLMUL instructions can be used on x86/x64")      \
     1.9 +                                                                            \
    1.10    diagnostic(bool, UseIncDec, true,                                         \
    1.11            "Use INC, DEC instructions on x86")                               \
    1.12                                                                              \

mercurial