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.
[Arm64] ASIMD Miscellaneous (dotnet#38110)
* AbsSaturate and AbsSaturateScalar * AddAcrossWidening * AddSaturate and AddSaturateScalar (suqadd and usqadd) * Ceiling and CeilingScalar * ConvertToDoubleScalar * ConvertToDoubleUpper * ConvertToInt32RoundAwayFromZero and ConvertToInt32RoundAwayFromZeroScalar * ConvertToInt32RoundToEven and ConvertToInt32RoundToEvenScalar * ConvertToInt32RoundToNegativeInfinity and ConvertToInt32RoundToNegativeInfinityScalar * ConvertToInt32RoundToPositiveInfinity and ConvertToInt32RoundToPositiveInfinityScalar * ConvertToInt32RoundToZero and ConvertToInt32RoundToZeroScalar * ConvertToInt64RoundAwayFromZero and ConvertToInt64RoundAwayFromZeroScalar * ConvertToInt64RoundToEven and ConvertToInt64RoundToEvenScalar * ConvertToInt64RoundToNegativeInfinity and ConvertToInt64RoundToNegativeInfinityScalar * ConvertToInt64RoundToPositiveInfinity and ConvertToInt64RoundToPositiveInfinityScalar * ConvertToInt64RoundToZero and ConvertToInt64RoundToZeroScalar * ConvertToSingle and ConvertToSingleScalar * ConvertToUInt32RoundAwayFromZero and ConvertToUInt32RoundAwayFromZeroScalar * ConvertToUInt32RoundToEven and ConvertToUInt32RoundToEvenScalar * ConvertToUInt32RoundToNegativeInfinity and ConvertToUInt32RoundToNegativeInfinityScalar * ConvertToUInt32RoundToPositiveInfinity and ConvertToUInt32RoundToPositiveInfinityScalar * ConvertToUInt32RoundToZero and ConvertToUInt32RoundToZeroScalar * ConvertToUInt64RoundAwayFromZero and ConvertToUInt64RoundAwayFromZeroScalar * ConvertToUInt64RoundToEven and ConvertToUInt64RoundToEvenScalar * ConvertToUInt64RoundToNegativeInfinity and ConvertToUInt64RoundToNegativeInfinityScalar * ConvertToUInt64RoundToPositiveInfinity and ConvertToUInt64RoundToPositiveInfinityScalar * ConvertToUInt64RoundToZero and ConvertToUInt64RoundToZeroScalar * Floor and FloorScalar * NegateSaturate and NegateSaturateScalar * RoundAwayFromZero and RoundAwayFromZeroScalar * RoundToNearest and RoundToNearestScalar * RoundToNegativeInfinity and RoundToNegativeInfinityScalar * RoundToPositiveInfinity and RoundToPositiveInfinityScalar * RoundToZero and RoundToZeroScalar
- Loading branch information
Showing
212 changed files
with
81,893 additions
and
1,340 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
Large diffs are not rendered by default.
Oops, something went wrong.
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.