10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26bd79 commit 071e80dCopy full SHA for 071e80d
core/src/intrinsics/simd.rs
@@ -263,9 +263,6 @@ extern "rust-intrinsic" {
263
///
264
/// `V` must be a vector of integers with the same length as `T` (but any element size).
265
266
- /// `idx` must be a constant: either naming a constant item, or an inline
267
- /// `const {}` expression.
268
- ///
269
/// For each pointer in `ptr`, if the corresponding value in `mask` is `!0`, read the pointer.
270
/// Otherwise if the corresponding value in `mask` is `0`, return the corresponding value from
271
/// `val`.
0 commit comments