Skip to content

Commit

Permalink
Fix simd_gather documentation
Browse files Browse the repository at this point in the history
There is no idx in the function signature.
  • Loading branch information
betelgeuse committed Jun 24, 2024
1 parent 2c243d9 commit dbf7018
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions library/core/src/intrinsics/simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,9 +263,6 @@ extern "rust-intrinsic" {
///
/// `V` must be a vector of integers with the same length as `T` (but any element size).
///
/// `idx` must be a constant: either naming a constant item, or an inline
/// `const {}` expression.
///
/// For each pointer in `ptr`, if the corresponding value in `mask` is `!0`, read the pointer.
/// Otherwise if the corresponding value in `mask` is `0`, return the corresponding value from
/// `val`.
Expand Down

0 comments on commit dbf7018

Please sign in to comment.