src/cpu/x86/vm/globals_x86.hpp

changeset 5353
b800986664f4
parent 5274
cd54c7e92908
child 5914
d13d7aba8c12
equal deleted inserted replaced
5352:738e04fb1232 5353:b800986664f4
94 "Use store immediate 16-bits value instruction on x86") \ 94 "Use store immediate 16-bits value instruction on x86") \
95 \ 95 \
96 product(intx, UseAVX, 99, \ 96 product(intx, UseAVX, 99, \
97 "Highest supported AVX instructions set on x86/x64") \ 97 "Highest supported AVX instructions set on x86/x64") \
98 \ 98 \
99 product(bool, UseCLMUL, false, \
100 "Control whether CLMUL instructions can be used on x86/x64") \
101 \
99 diagnostic(bool, UseIncDec, true, \ 102 diagnostic(bool, UseIncDec, true, \
100 "Use INC, DEC instructions on x86") \ 103 "Use INC, DEC instructions on x86") \
101 \ 104 \
102 product(bool, UseNewLongLShift, false, \ 105 product(bool, UseNewLongLShift, false, \
103 "Use optimized bitwise shift left") \ 106 "Use optimized bitwise shift left") \

mercurial