Skip to content

Commit

Permalink
Unconditionally enable InstructionSet_ArmBase in PAL_GetJitCpuCapabil…
Browse files Browse the repository at this point in the history
…ityFlags in src/coreclr/src/pal/src/misc/jitsupport.cpp (dotnet#34107)
  • Loading branch information
echesakov authored Mar 26, 2020
1 parent c251a6e commit 24e10f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/coreclr/src/pal/src/misc/jitsupport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ PAL_GetJitCpuCapabilityFlags(CORJIT_FLAGS *flags)
// From a single binary distribution perspective, compiling with latest kernel asm/hwcap.h should
// include all published flags. Given flags are merged to kernel and published before silicon is
// available, using the latest kernel for release should be sufficient.
CPUCompileFlags.Set(InstructionSet_ArmBase);
#ifdef HWCAP_AES
if (hwCap & HWCAP_AES)
CPUCompileFlags.Set(InstructionSet_Aes);
Expand Down

0 comments on commit 24e10f6

Please sign in to comment.