-
Sub-task
-
Resolution: Delivered
-
P1
-
9
-
x86
-
generic
-
Verified
JDK 9 will support code generation for AVX-512 (AVX3) instructions set on x86 CPUs, but not by default. A maximum of AVX2 is supported by default in JDK 9. The flag -XX:UseAVX=3 can be used to enable AVX-512 code generation on CPUs that support it.