test_lanes

Macro test_lanes 

Source
macro_rules! test_lanes {
    {
        $(fn $test:ident<const $lanes:ident: usize>() $body:tt)*
    } => { ... };
}
Expand description

Expand a const-generic test into separate tests for each possible lane count.