We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5887b commit de3fd23Copy full SHA for de3fd23
src/codegen/swap_bytes.rs
@@ -15,7 +15,7 @@ macro_rules! impl_swap_bytes {
15
impl SwapBytes for $id {
16
#[inline]
17
fn swap_bytes(self) -> Self {
18
- unsafe { shuffle!(self, [1, 0]) }
+ shuffle!(self, [1, 0])
19
}
20
21
)+
src/lib.rs
@@ -217,7 +217,6 @@
217
rustc_attrs,
218
platform_intrinsics,
219
stdsimd,
220
- aarch64_target_feature,
221
arm_target_feature,
222
link_llvm_intrinsics,
223
core_intrinsics,
0 commit comments