-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor cleanup of the Vector64/128/256/512 implementations to improve …
…fallbacks (#103095) * Minor cleanup of the Vector64/128/256/512 implementations to improve fallbacks * Ensure gtNewSimdSumNode maintains consistency with the software fallback * Ensure Vector128.Sum also does pairwise adds for floating-point * Use the right type in the gtNewSimdBinOpNode call * Don't regress fallback scenarios using AndNot
- Loading branch information
1 parent
2dba5a3
commit e012fd4
Showing
10 changed files
with
355 additions
and
314 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.