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.
[Mono] Add SIMD intrinsics for Vector{64, 128} on Arm64 Part I (dotne…
…t#64961) * Add SIMD intrinsics for Arm64 * Add check for architecture * Another one currently only work on arm64 * Xor intrinsics only work on integer types * Change the implementation for max/min * fix build on non-arm * Fix build on mobile platforms * Fix fmax and fmin on Amd64 * Only intrinsify Vector64 methods on Arm64
- Loading branch information
1 parent
5844486
commit 135a638
Showing
3 changed files
with
154 additions
and
16 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