-
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.
Optimize WithLower, WithUpper, Create, AsInt64, AsUInt64, AsDouble wi…
…th ARM64 hardware intrinsics (#37139) * Optimize Vector64.AsDouble(), Vector64.AsInt64(), Vector64.AsUInt64() * Optimize Vector128.WithUpper() * Inline GetElement() as paramater * Optimize Vector128.WithLower() * Optimize Vector128.Create(Vector64, Vector64)
- Loading branch information
1 parent
e77aec0
commit 9c5d406
Showing
4 changed files
with
222 additions
and
76 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
Oops, something went wrong.