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] Implement ASIMD widening, narrowing, saturating intrinsics (d…
…otnet#35612) * AbsoluteDifferenceWideningLower and AbsoluteDifferenceWideningUpper * AbsoluteDifferenceWideningLowerAndAdd and AbsoluteDifferenceWideningUpperAndAdd * AddPairwiseWidening{Scalar} * AddPairwiseWideningAndAdd{Scalar} * AddSaturate{Scalar} * AddWideningLower and AddWideningUpper * FusedAddHalving * FusedAddRoundedHalving * FusedSubtractHalving * MultiplyWideningLower and MultiplyWideningUpper * MultiplyWideningLowerAndAdd and MultiplyWideningUpperAndAdd * MultiplyWideningLowerAndSubtract and MultiplyWideningUpperAndSubtract * SubtractSaturate{Scalar} * SubtractWideningLower and SubtractWideningUpper * AddReturningHighNarrowLower and AddReturningHighNarrowUpper * AddReturningRoundedHighNarrowLower and AddReturningRoundedHighNarrowUpper * SubtractReturningHighNarrowLower and SubtractReturningHighNarrowUpper * SubtractReturningRoundedHighNarrowLower and SubtractReturningRoundedHighNarrowUpper
- Loading branch information
Showing
275 changed files
with
146,325 additions
and
550 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
Oops, something went wrong.