Add an undocumented switch to allow controlling the preferred vector width emitted...
authorTanner Gooding <tagoo@outlook.com>
Thu, 18 May 2023 21:25:00 +0000 (14:25 -0700)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 21:25:00 +0000 (14:25 -0700)
commit0f8afd209a401836a8fe116936ff9428992d15ef
tree8c607e208b667ca77b4795ddaad4351919ef35ad
parentf73356c1f4b9b292dc4fb02f1dd47e4a61e423f5
Add an undocumented switch to allow controlling the preferred vector width emitted implicitly by the JIT (#86457)

* Add an undocumented switch to allow controlling the preferred vector width emitted implicitly by the JIT

* Resolving issues and responding to PR feedback

* Simplifying the xarch cpu info check
docs/design/coreclr/botr/vectors-and-intrinsics.md
src/coreclr/inc/corjitflags.h
src/coreclr/inc/jiteeversionguid.h
src/coreclr/jit/compiler.cpp
src/coreclr/jit/compiler.h
src/coreclr/jit/jitconfigvalues.h
src/coreclr/jit/jitee.h
src/coreclr/jit/lclvars.cpp
src/coreclr/vm/codeman.cpp