Allow unused macro arms for simd_shuffle16 too

This commit is contained in:
est31 2022-05-10 18:02:32 +02:00 committed by Luca Barbato
parent cf471eb26e
commit 6a28c9ca8b

View file

@ -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),+>;