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.
Move the various helper intrinsics to be implemented on the S.R.Intri…
…nsics.Vector types (dotnet/coreclr#20147) * Renaming Vector64.cs, Vector128.cs, and Vector256.cs to be Vector64_1.cs, etc * Adding some core helper methods to the Vector64, Vector128, and Vecto256 types. * Adding some documentation comments to the System.Runtime.Intrinsics.Vector types * Changing `Set` to `With` Commit migrated from dotnet/coreclr@ce586ae
- Loading branch information
1 parent
83fb802
commit 7b7c33d
Showing
10 changed files
with
3,067 additions
and
100 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
861 changes: 829 additions & 32 deletions
861
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128.cs
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
278 changes: 278 additions & 0 deletions
278
src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/Vector128_1.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.