src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/cpu/x86/vm/globals_x86.hpp	Sat Jul  8 15:19:53 2017
--- new/src/cpu/x86/vm/globals_x86.hpp	Sat Jul  8 15:19:53 2017

*** 117,127 **** --- 117,126 ---- "Use store immediate 16-bits value instruction on x86") \ \ product(intx, UseAVX, 2, \ "Highest supported AVX instructions set on x86/x64") \ range(0, 99) \ constraint(UseAVXConstraintFunc, AtParse) \ \ product(bool, UseCLMUL, false, \ "Control whether CLMUL instructions can be used on x86/x64") \ \ diagnostic(bool, UseIncDec, true, \

src/cpu/x86/vm/globals_x86.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File