diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2021-07-16 11:40:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 17:40:14 +0100 |
| commit | 487db3bf1b4bbbe2ace4529597dfc78456f4ab6d (patch) | |
| tree | ea4f456e6ea8f95c7f2200a63236ccb93eb94f32 /library/stdarch/crates/assert-instr-macro/src | |
| parent | 4b8c2e5376de216876ba51891b90470842e92f6b (diff) | |
| download | rust-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/src')
0 files changed, 0 insertions, 0 deletions
