This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 (#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`
- Loading branch information
1 parent
ad58193
commit ce586ae
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/System.Private.CoreLib/shared/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/System.Private.CoreLib/shared/System/Runtime/Intrinsics/Vector128_1.cs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.