equal
deleted
inserted
replaced
89 product(bool, UseStoreImmI16, true, \ |
89 product(bool, UseStoreImmI16, true, \ |
90 "Use store immediate 16-bits value instruction on x86") \ |
90 "Use store immediate 16-bits value instruction on x86") \ |
91 \ |
91 \ |
92 product(intx, UseAVX, 99, \ |
92 product(intx, UseAVX, 99, \ |
93 "Highest supported AVX instructions set on x86/x64") \ |
93 "Highest supported AVX instructions set on x86/x64") \ |
|
94 range(0, 99) \ |
94 \ |
95 \ |
95 product(bool, UseCLMUL, false, \ |
96 product(bool, UseCLMUL, false, \ |
96 "Control whether CLMUL instructions can be used on x86/x64") \ |
97 "Control whether CLMUL instructions can be used on x86/x64") \ |
97 \ |
98 \ |
98 diagnostic(bool, UseIncDec, true, \ |
99 diagnostic(bool, UseIncDec, true, \ |