-
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.
Improve the handling of SIMD comparisons (#104944)
* Ensure that we can constant fold op_Equality and op_Inequality for SIMD * Optimize comparisons against AllBitsSet on pre-AVX512 hardware
- Loading branch information
1 parent
39968e7
commit e0ecd1f
Showing
3 changed files
with
397 additions
and
88 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
Oops, something went wrong.