diff src/share/vm/runtime/globals.hpp @ 4759:127b3692c168

7116452: Add support for AVX instructions Summary: Added support for AVX extension to the x86 instruction set. Reviewed-by: never
author kvn
date Wed, 14 Dec 2011 14:54:38 -0800
parents 81f7362f7bed
children 8940fd98d540
line wrap: on
line diff
--- a/src/share/vm/runtime/globals.hpp	Tue Dec 13 17:10:52 2011 -0800
+++ b/src/share/vm/runtime/globals.hpp	Wed Dec 14 14:54:38 2011 -0800
@@ -525,6 +525,9 @@
   product(intx, UseSSE, 99,                                                 \
           "Highest supported SSE instructions set on x86/x64")              \
                                                                             \
+  product(intx, UseAVX, 99,                                                 \
+          "Highest supported AVX instructions set on x86/x64")              \
+                                                                            \
   product(intx, UseVIS, 99,                                                 \
           "Highest supported VIS instructions set on Sparc")                \
                                                                             \