commit | 28335054b1f417175ab5005cf1d9cf7937737930 | [log] [tgz] |
---|---|---|
author | est31 <MTest31@outlook.com> | Tue May 10 18:02:32 2022 +0200 |
committer | Luca Barbato <luca.barbato@gmail.com> | Tue May 10 19:15:00 2022 +0200 |
tree | 77767cea0fd7426ac7badfd60448cd72a56824eb | |
parent | 18916adca59954d149a52910986bbc45d72c3e98 [diff] |
Allow unused macro arms for simd_shuffle16 too
diff --git a/crates/core_arch/src/macros.rs b/crates/core_arch/src/macros.rs index bef232d..1e6a3f4 100644 --- a/crates/core_arch/src/macros.rs +++ b/crates/core_arch/src/macros.rs
@@ -141,7 +141,7 @@ }}; } -#[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),+>;