Expand description
A file containing a collection of architecture-specific interleaving functions. Used for PackedFields to implement interleaving operations.
Macrosยง
- impl_
packed_ field_ pow_ 2 - A macro to implement the PackedFieldPow2 trait for PackedFields. The macro assumes that the PackedFields
have a
to_vectorandfrom_vectormethod, which convert between the PackedField and a packed vector.