COMPlus_EnableISA=0 variables no longer effect the IsSupported checks #34135
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
As per the title, the
COMPlus_EnableISA=0
variables are no longer functioning. For example, settingCOMPlus_EnableAVX=0
has no effect andAvx.IsSupported
still returns true.It does look to still impact parts of the system, such as the size of
Vector<T>
.The text was updated successfully, but these errors were encountered: