Allow unused macro arms for simd_shuffle16 too
This commit is contained in:
parent
cf471eb26e
commit
6a28c9ca8b
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ macro_rules! simd_shuffle8 {
|
|||
}};
|
||||
}
|
||||
|
||||
#[allow(unused_macros)]
|
||||
#[allow(unused)]
|
||||
macro_rules! simd_shuffle16 {
|
||||
($x:expr, $y:expr, <$(const $imm:ident : $ty:ty),+ $(,)?> $idx:expr $(,)?) => {{
|
||||
struct ConstParam<$(const $imm: $ty),+>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue