hotspot/src/cpu/x86/vm/globals_x86.hpp
changeset 18507 61bfc8995bb3
parent 18088 882c7e947688
child 20702 bbe0fcde6e13
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Jul 02 07:51:31 2013 +0200
+++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp	Tue Jul 02 20:42:12 2013 -0400
@@ -96,6 +96,9 @@
   product(intx, UseAVX, 99,                                                 \
           "Highest supported AVX instructions set on x86/x64")              \
                                                                             \
+  product(bool, UseCLMUL, false,                                            \
+          "Control whether CLMUL instructions can be used on x86/x64")      \
+                                                                            \
   diagnostic(bool, UseIncDec, true,                                         \
           "Use INC, DEC instructions on x86")                               \
                                                                             \