about summary refs log tree commit diff
path: root/library/stdarch/crates/assert-instr-macro
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2021-07-16 11:40:14 -0500
committerGitHub <noreply@github.com>2021-07-16 17:40:14 +0100
commit487db3bf1b4bbbe2ace4529597dfc78456f4ab6d (patch)
treeea4f456e6ea8f95c7f2200a63236ccb93eb94f32 /library/stdarch/crates/assert-instr-macro
parent4b8c2e5376de216876ba51891b90470842e92f6b (diff)
downloadrust-487db3bf1b4bbbe2ace4529597dfc78456f4ab6d.tar.gz
rust-487db3bf1b4bbbe2ace4529597dfc78456f4ab6d.zip
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.
Diffstat (limited to 'library/stdarch/crates/assert-instr-macro')
0 files changed, 0 insertions, 0 deletions