comparison src/cpu/x86/vm/globals_x86.hpp @ 20438:166d744df0de

8055494: Add C2 x86 intrinsic for BigInteger::multiplyToLen() method Summary: Add new C2 intrinsic for BigInteger::multiplyToLen() on x86 in 64-bit VM. Reviewed-by: roland
author kvn
date Tue, 02 Sep 2014 12:48:45 -0700
parents dac61d838654
children 7848fc12602b
comparison
equal deleted inserted replaced
20437:bddcb33dadf4 20438:166d744df0de
174 \ 174 \
175 product(bool, UseCountTrailingZerosInstruction, false, \ 175 product(bool, UseCountTrailingZerosInstruction, false, \
176 "Use count trailing zeros instruction") \ 176 "Use count trailing zeros instruction") \
177 \ 177 \
178 product(bool, UseBMI1Instructions, false, \ 178 product(bool, UseBMI1Instructions, false, \
179 "Use BMI instructions") 179 "Use BMI1 instructions") \
180 180 \
181 product(bool, UseBMI2Instructions, false, \
182 "Use BMI2 instructions")
181 #endif // CPU_X86_VM_GLOBALS_X86_HPP 183 #endif // CPU_X86_VM_GLOBALS_X86_HPP