We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4201c0a commit 4c3c2fbCopy full SHA for 4c3c2fb
library/core/src/intrinsics/simd.rs
@@ -245,6 +245,9 @@ extern "platform-intrinsic" {
245
/// corresponding value in `val` to the pointer.
246
/// Otherwise if the corresponding value in `mask` is `0`, do nothing.
247
///
248
+ /// The stores happen in left-to-right order.
249
+ /// (This is relevant in case two of the stores overlap.)
250
+ ///
251
/// # Safety
252
/// Unmasked values in `T` must be writeable as if by `<ptr>::write` (e.g. aligned to the element
253
/// type).
0 commit comments