comparison src/cpu/x86/vm/globals_x86.hpp @ 14726:92aa6797d639

Backed out merge changeset: b51e29501f30 Backed out merge revision to its first parent (8f483e200405)
author Doug Simon <doug.simon@oracle.com>
date Mon, 24 Mar 2014 21:30:43 +0100
parents b51e29501f30
children
comparison
equal deleted inserted replaced
14719:0bdd0d157040 14726:92aa6797d639
134 product(bool, Use486InstrsOnly, false, \ 134 product(bool, Use486InstrsOnly, false, \
135 "Use 80486 Compliant instruction subset") \ 135 "Use 80486 Compliant instruction subset") \
136 \ 136 \
137 product(bool, UseCountLeadingZerosInstruction, false, \ 137 product(bool, UseCountLeadingZerosInstruction, false, \
138 "Use count leading zeros instruction") \ 138 "Use count leading zeros instruction") \
139 \
140 product(bool, UseCountTrailingZerosInstruction, false, \
141 "Use count trailing zeros instruction") \
142 \
143 product(bool, UseBMI1Instructions, false, \
144 "Use BMI instructions")
145 139
146 #endif // CPU_X86_VM_GLOBALS_X86_HPP 140 #endif // CPU_X86_VM_GLOBALS_X86_HPP