Remove getMaxIntrinsicSIMDVectorLength from the JIT/EE interface (#86479)
authorTanner Gooding <tagoo@outlook.com>
Fri, 19 May 2023 04:22:12 +0000 (21:22 -0700)
committerGitHub <noreply@github.com>
Fri, 19 May 2023 04:22:12 +0000 (21:22 -0700)
commit2f49fcff6df15a200ef01eea16b3ce7930f75c5c
tree27461eda40e1e3e7856903d6a7516ac426854fb6
parent51d467ad5b52c8bc532e048840e51aa0247d5f88
Remove getMaxIntrinsicSIMDVectorLength from the JIT/EE interface (#86479)

* Fixing a couple small typos

* Remove getMaxIntrinsicSIMDVectorLength from the JIT/EE interface

* Update src/coreclr/vm/methodtablebuilder.cpp

---------

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
15 files changed:
docs/design/coreclr/jit/ryujit-overview.md
src/coreclr/inc/corjit.h
src/coreclr/inc/jiteeversionguid.h
src/coreclr/jit/compiler.cpp
src/coreclr/jit/ee_il_dll.cpp
src/coreclr/jit/ee_il_dll.hpp
src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs
src/coreclr/tools/aot/jitinterface/jitwrapper.cpp
src/coreclr/tools/superpmi/superpmi-shared/icorjitcompilerimpl.h
src/coreclr/tools/superpmi/superpmi-shim-collector/icorjitcompiler.cpp
src/coreclr/tools/superpmi/superpmi-shim-counter/icorjitcompiler.cpp
src/coreclr/tools/superpmi/superpmi-shim-simple/icorjitcompiler.cpp
src/coreclr/vm/cgensys.h
src/coreclr/vm/codeman.cpp
src/coreclr/vm/methodtablebuilder.cpp