-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make sure == doesn't dispatch to memcmp if the mem's eltype is a union, since in that case the array's bits can be the same but its content differ due to the type metadata array. Also, test for this * However, ensure that =='ing immutable and mutable arrays does dispatch to memchr, even if the two arrays type differ in mutability * Fix an edge case in split_unaligned when no part of the array is aligned * Minor refactor, using the internal truncate functions more. This change allows some branches to be omitted.
- Loading branch information
1 parent
83b4218
commit febf66c
Showing
3 changed files
with
41 additions
and
16 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