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 intrinsic for Vector64/128 comparisons (dotnet#65128)
* Add vector comparison intrinsics * Add EqualsAll and EqualsAny intrinsics * Remove broken EqualsAny * Fix EqualsAny * Enable xequal also for arm64 * Fix xzero type * Fix bad merge * Add guards for invalid types * Revert unrelated change * Extract duplicate code blocks to a new function * Fix EqualsAny * Fix typo + code improvements
- Loading branch information
1 parent
9012b23
commit afc2f11
Showing
3 changed files
with
178 additions
and
85 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