Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve assembly of Contiguous derive (#200)
`from_integer` and `into_integer` are usually provided by the trait's default implementation. We override this implementation because it goes through `transmute_copy`, which can lead to inefficient assembly as seen in #175 .
- Loading branch information