macro_rules! trans_stride {
($x:expr, $same_order:expr, $other_order:expr) => { ... };
}Expand description
Handles different stride layouts by selecting the correct memory order and stride for contiguous arrays
macro_rules! trans_stride {
($x:expr, $same_order:expr, $other_order:expr) => { ... };
}Handles different stride layouts by selecting the correct memory order and stride for contiguous arrays