Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split an overly general function into two functions
The `erts_copy_bits()` function is overly general, preventing the C compiler from doing any serious loop optimization. Replace it with the new `erts_copy_bits_fwd()` and `erts_copy_bits_rev()` functions.
- Loading branch information