diff src/cpu/x86/vm/globals_x86.hpp @ 14693:9e9af3aa4278

8031321: Support Intel bit manipulation instructions Summary: Add support for BMI1 instructions Reviewed-by: kvn, roland
author iveresov
date Wed, 12 Mar 2014 11:24:26 -0700
parents 41b780b43b74
children b51e29501f30
line wrap: on
line diff
--- a/src/cpu/x86/vm/globals_x86.hpp	Tue Mar 11 14:54:47 2014 -0700
+++ b/src/cpu/x86/vm/globals_x86.hpp	Wed Mar 12 11:24:26 2014 -0700
@@ -135,5 +135,11 @@
                                                                             \
   product(bool, UseCountLeadingZerosInstruction, false,                     \
           "Use count leading zeros instruction")                            \
+                                                                            \
+  product(bool, UseCountTrailingZerosInstruction, false,                    \
+          "Use count trailing zeros instruction")                           \
+                                                                            \
+  product(bool, UseBMI1Instructions, false,                                 \
+          "Use BMI instructions")
 
 #endif // CPU_X86_VM_GLOBALS_X86_HPP