Skip to content

Commit

Permalink
Add "_features &= ~CPU_VAES;" instead of "_features &= ~CPU_AVX512_VAES;
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhonghui committed Dec 4, 2023
1 parent 4e938b0 commit 70987a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/cpu/x86/vm_version_x86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ void VM_Version::get_processor_features() {
if (is_knights_family()) {
_features &= ~CPU_VZEROUPPER;
_features &= ~CPU_AVX512DQ;
_features &= ~CPU_VAES;
_features &= ~CPU_AVX512_VPOPCNTDQ;
_features &= ~CPU_AVX512_VPCLMULQDQ;
_features &= ~CPU_AVX512_VBMI;
Expand Down

0 comments on commit 70987a9

Please sign in to comment.