mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
simd_scatter: mention left-to-right order
This commit is contained in:
parent
5219af6ae0
commit
aa64c73f14
@ -245,6 +245,9 @@ extern "platform-intrinsic" {
|
||||
/// corresponding value in `val` to the pointer.
|
||||
/// Otherwise if the corresponding value in `mask` is `0`, do nothing.
|
||||
///
|
||||
/// The stores happen in left-to-right order.
|
||||
/// (This is relevant in case two of the stores overlap.)
|
||||
///
|
||||
/// # Safety
|
||||
/// Unmasked values in `T` must be writeable as if by `<ptr>::write` (e.g. aligned to the element
|
||||
/// type).
|
||||
|
Loading…
Reference in New Issue
Block a user