8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681

Reviewed-by: epeter, thartmann
This commit is contained in:
Jie Fu 2023-02-28 14:44:38 +00:00
parent 30302d185a
commit 4a415ad584

View File

@ -71,6 +71,7 @@ public class IREncodingPrinter {
"avx",
"avx2",
"avx512",
"avx512bw",
"avx512dq",
"avx512vl",
"avx512f",