-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono] Add initial arm64 hardware intrinsics support for mini JIT (#8…
…2420) * Initial change to make intrinsics work with mini JIT on arm64 * Fix alignment issue and add size getter functions * Review feedback and refactor * Fix align * Fix issue with big offset * Fix build warning * Add intrinsics for get_One * Add xconst to mdesc * Fix MONO_PATCH_INFO_X128 * Stop the simd and fp registers sharing * Stop v64 from emitting simd intrinsics * Move between SIMD registers * Adjust filter logic * Keep the filter logic under non-llvm * Uncomment
- Loading branch information
1 parent
ef71bb7
commit d74dde7
Showing
7 changed files
with
282 additions
and
23 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
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
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
Oops, something went wrong.