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.
macro_rules! test_lanes {
{
$(fn $test:ident<const $lanes:ident: usize>() $body:tt)*
} => { ... };
}Expand a const-generic test into separate tests for each possible lane count.