-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vectorize ProbabilisticMap.IndexOfAny (#80963)
* Vectorize ProbabilisticMap.IndexOfAny on AVX2 * Use ResetLowestSetBit from BitOperations * Speed up Avx2 and add Vector128 support * Add Vector{128/256}.LoadUnsafe(ref char) and Vector128.ShuffleUnsafe * Use Vector128.ShuffleUnsafe in more places * PR feedback * Replace another ShiftRightLogical with '>>>' * Add WASM path to Vector128.ShuffleUnsafe * PR feedback
- Loading branch information
Showing
9 changed files
with
313 additions
and
54 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
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.