Skip to content

Commit

Permalink
Vectorise BitArray for ARM64 (#33749)
Browse files Browse the repository at this point in the history
* 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
Gnbrkm41 authored Mar 30, 2020
1 parent 3e4a06c commit 8511b5b
Showing 1 changed file with 183 additions and 40 deletions.
Loading

0 comments on commit 8511b5b

Please sign in to comment.