bytemuck/src
Christopher Serr 6029639753
Implement Pod and Zeroable for AArch64 NEON Vectors (#80)
* Implement `Pod` and `Zeroable` for AArch64 NEON Vectors

The NEON intrinsics will be stabilized in Rust 1.59.

* Compile all-features only on nightly
2021-12-21 19:01:47 -07:00
..
allocation.rs minor doc patch to help users adjust their Cargo.toml for usage of the allocation module. (#76) 2021-10-15 13:45:16 -06:00
contiguous.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
lib.rs Implement Pod and Zeroable for AArch64 NEON Vectors (#80) 2021-12-21 19:01:47 -07:00
offset_of.rs [Feature] extend TransparentWrapper conversion functions (#58) 2021-03-28 23:11:13 -06:00
pod.rs Implement Pod and Zeroable for AArch64 NEON Vectors (#80) 2021-12-21 19:01:47 -07:00
transparent.rs Replace unsound usage of transmute_copy (#72) 2021-07-22 23:12:56 -06:00
zeroable.rs Implement Pod and Zeroable for AArch64 NEON Vectors (#80) 2021-12-21 19:01:47 -07:00