Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Vectorise BitArray for ARM64 (#33749)
* Vectorise BitArray for ARM64 * Make algorithms endianness agnostic * Change loop counter to uint to prevent overflow * Fix CopyTo(bool[]) * Move constant variables outside the loop * More unsigned goodness * Use span.Clear instead of Fill(0)
- Loading branch information