Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit071e80d

Browse files
committed
Fix simd_gather documentation
There is no idx in the function signature.
1 parentc26bd79 commit071e80d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎core/src/intrinsics/simd.rs‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,9 +263,6 @@ extern "rust-intrinsic" {
263263
///
264264
/// `V` must be a vector of integers with the same length as `T` (but any element size).
265265
///
266-
/// `idx` must be a constant: either naming a constant item, or an inline
267-
/// `const {}` expression.
268-
///
269266
/// For each pointer in `ptr`, if the corresponding value in `mask` is `!0`, read the pointer.
270267
/// Otherwise if the corresponding value in `mask` is `0`, return the corresponding value from
271268
/// `val`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp