Skip to content

Commit

Permalink
Document unsafety of wasm simd intrinsics (rust-lang#1184)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcrichton authored Jul 16, 2021
1 parent 9437b11 commit ec98933
Showing 1 changed file with 258 additions and 0 deletions.
Loading

0 comments on commit ec98933

Please sign in to comment.