mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
simd_scatter: mention left-to-right order
This commit is contained in:
@@ -245,6 +245,9 @@
|
||||
/// 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).
|
||||
|
||||
Reference in New Issue
Block a user