Module interleaves

Module interleaves 

Source
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_vector and from_vector method, which convert between the PackedField and a packed vector.