hotspot/src/share/vm/runtime/globals.hpp
changeset 41665 14f1cb3d2d3a
parent 41664 07e88a4b405f
parent 41330 8b2580e63aa0
child 42062 473286891dd8
--- a/hotspot/src/share/vm/runtime/globals.hpp	Thu Sep 29 13:32:17 2016 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Thu Sep 29 18:00:01 2016 +0000
@@ -659,6 +659,9 @@
   product(bool, UseAES, false,                                              \
           "Control whether AES instructions can be used on x86/x64")        \
                                                                             \
+  product(bool, UseFMA, false,                                              \
+          "Control whether FMA instructions can be used")                   \
+                                                                            \
   product(bool, UseSHA, false,                                              \
           "Control whether SHA instructions can be used "                   \
           "on SPARC, on ARM and on x86")                                    \