We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c251a6e commit 24e10f6Copy full SHA for 24e10f6
src/coreclr/src/pal/src/misc/jitsupport.cpp
@@ -32,6 +32,7 @@ PAL_GetJitCpuCapabilityFlags(CORJIT_FLAGS *flags)
32
// From a single binary distribution perspective, compiling with latest kernel asm/hwcap.h should
33
// include all published flags. Given flags are merged to kernel and published before silicon is
34
// available, using the latest kernel for release should be sufficient.
35
+ CPUCompileFlags.Set(InstructionSet_ArmBase);
36
#ifdef HWCAP_AES
37
if (hwCap & HWCAP_AES)
38
CPUCompileFlags.Set(InstructionSet_Aes);
0 commit comments