8185802: Enable AVX3 by default

Reviewed-by: thartmann
This commit is contained in:
Vladimir Kozlov 2017-08-04 14:00:15 -07:00
parent 25bf08238c
commit 212229b9f7

View File

@ -116,7 +116,7 @@ define_pd_global(intx, InitArrayShortSize, 8*BytesPerLong);
product(bool, UseStoreImmI16, true, \
"Use store immediate 16-bits value instruction on x86") \
\
product(intx, UseAVX, 2, \
product(intx, UseAVX, 3, \
"Highest supported AVX instructions set on x86/x64") \
range(0, 99) \
\