< prev index next >

src/cpu/x86/vm/globals_x86.hpp

Print this page

        

*** 114,126 **** "Enables IEEE precision (for INTEL only)") \ \ product(bool, UseStoreImmI16, true, \ "Use store immediate 16-bits value instruction on x86") \ \ ! product(intx, UseAVX, 99, \ "Highest supported AVX instructions set on x86/x64") \ range(0, 99) \ \ product(bool, UseCLMUL, false, \ "Control whether CLMUL instructions can be used on x86/x64") \ \ diagnostic(bool, UseIncDec, true, \ --- 114,127 ---- "Enables IEEE precision (for INTEL only)") \ \ product(bool, UseStoreImmI16, true, \ "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, \
< prev index next >