You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clr-interp] Enhance InterpMode and CI testing (#120955)
- Enhance InterpMode flag to autoimply various other flags like
ReadyToRun=0 EnableHWIntrinsic=0 consistently, so that InterpMode can be
used on its own to control interpretation behavior
- The comments around InterpMode are now accurate as to what they imply
- Enhance CI to allow testing of various interpreter scenarios (The
existing model + InterModes 1, 2, and 3)
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
// 3: use interpreter for everything, the full interpreter-only mode, no fallbacks to R2R or JIT whatsoever. Implies DOTNET_ReadyToRun=0, DOTNET_EnableHWIntrinsic=0
78
+
// 3: use interpreter for everything, the full interpreter-only mode, no fallbacks to R2R or JIT whatsoever. Implies DOTNET_ReadyToRun=0, DOTNET_EnableHWIntrinsic=0, DOTNET_MaxVectorTBitWidth=128, DOTNET_PreferredVectorBitWidth=128
0 commit comments