Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure the SWAR chunks are 64-bit in more cases
Various architectures have support for 64-bit integers, but there are Rust targets for those architectures where the pointer size is intentionally just 32-bit. For SWAR this smaller pointer size would negatively affect those targets, so this PR ensures the chunk size stays 64-bit on those targets.
- Loading branch information