forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Streamline SIMD recognition (dotnet#76613)
Put it on the same plan as HW intrinsics. Use names from metadata and use getTypeInstantiationArgument to get the base type. This avoids relying on appendClassName and how the EE side formats instantiations with it.
- Loading branch information
1 parent
2cce720
commit f33d778
Showing
2 changed files
with
89 additions
and
117 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters