-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono] Add Vector128 Negate and OnesComplement intrinsics for amd64 (#…
…74993) * Vector128 Negate intrinsics (two's complement) * AMD64 OnesComplement intrinsics for Vector128/64 * Negate + OnesComplement operands,fix missing break * Simplify OP_AMD64_NEGATION * Conditional Select for amd64, refactor arm64 code * Re-use Arm64 code for Negate and OnesComplement * rename ones complement * Update src/mono/mono/mini/mini-ops.h remove space Co-authored-by: Fan Yang <52458914+fanyang-mono@users.noreply.github.com> * remove space mini-ops.hs * remove blank line Co-authored-by: Fan Yang <52458914+fanyang-mono@users.noreply.github.com>
- Loading branch information
1 parent
3ea12ef
commit 9bc025d
Showing
3 changed files
with
34 additions
and
40 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