-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark and expose additional Vector functions as Intrinsic (#77562)
* Mark and expose additional Vector functions as Intrinsic * Applying formatting patch * Ensure Vector64.CreateScalarUnsafe for long/ulong/double is handled * Ensure we use the right Count * Ensure small types don't sign extend up to int * Ensure reflection invocation is correct for Vector<T> bitwise ops * Adding tests and fixing a couple small typing issues * Fixing the name of the One property * Assert GT_RSH for simd isn't TYP_LONG on xarch * Ensure the correct operation is picked for vector ShiftRightArithmetic * Fixing StoreAlignedNonTemporal on Arm64
- Loading branch information
1 parent
a27ecc5
commit 13d4e6d
Showing
27 changed files
with
3,985 additions
and
1,445 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.