Skip to content

Commit 24e10f6

Browse files
authored
Unconditionally enable InstructionSet_ArmBase in PAL_GetJitCpuCapabilityFlags in src/coreclr/src/pal/src/misc/jitsupport.cpp (#34107)
1 parent c251a6e commit 24e10f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/coreclr/src/pal/src/misc/jitsupport.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ PAL_GetJitCpuCapabilityFlags(CORJIT_FLAGS *flags)
3232
// From a single binary distribution perspective, compiling with latest kernel asm/hwcap.h should
3333
// include all published flags. Given flags are merged to kernel and published before silicon is
3434
// available, using the latest kernel for release should be sufficient.
35+
CPUCompileFlags.Set(InstructionSet_ArmBase);
3536
#ifdef HWCAP_AES
3637
if (hwCap & HWCAP_AES)
3738
CPUCompileFlags.Set(InstructionSet_Aes);

0 commit comments

Comments
 (0)