OpenJDK / jdk / hs
changeset 46760:8095adffd1cc
8185802: Enable AVX3 by default
Reviewed-by: thartmann
author | kvn |
---|---|
date | Fri, 04 Aug 2017 14:00:15 -0700 |
parents | b9a409ea423b |
children | ef9fb3cc71f0 |
files | hotspot/src/cpu/x86/vm/globals_x86.hpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/cpu/x86/vm/globals_x86.hpp Fri Aug 04 12:24:33 2017 -0700 +++ b/hotspot/src/cpu/x86/vm/globals_x86.hpp Fri Aug 04 14:00:15 2017 -0700 @@ -116,7 +116,7 @@ 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) \ \