rust/library/stdarch/crates
Alex Crichton 487db3bf1b
Document unsafety of wasm simd intrinsics (#1184)
Since most intrinsics are safe it likely makes sense to explicitly
document why there are a few intrinsics that are not safe. These
intrinsics are all unsafe for the same reason, which is that they're
dealing with a raw pointer that must be valid to load/store memory to.
Note that the are no alignment requirements on any of these intrinsics.
2021-07-16 17:40:14 +01:00
..
assert-instr-macro Convert all crates to 2018 edition (#1109) 2021-04-11 15:26:35 +01:00
core_arch Document unsafety of wasm simd intrinsics (#1184) 2021-07-16 17:40:14 +01:00
simd-test-macro Convert all crates to 2018 edition (#1109) 2021-04-11 15:26:35 +01:00
std_detect Update aarch64 linux feature detection (#1146) 2021-05-28 01:37:20 +01:00
stdarch-gen Add vfma and vfms neon instructions (#1169) 2021-05-21 12:26:21 +01:00
stdarch-test Add vfma and vfms neon instructions (#1169) 2021-05-21 12:26:21 +01:00
stdarch-verify Add vst1_* neon intrinsics. (#1171) 2021-05-27 07:40:45 +01:00