8000
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 e3da824 commit 6ad03a7Copy full SHA for 6ad03a7
core/src/intrinsics/simd.rs
@@ -232,7 +232,7 @@ extern "rust-intrinsic" {
232
///
233
/// `T` must be a vector.
234
235
- /// `U` must be a **const** array of `i32`s. This means it must either refer to a named
+ /// `U` must be a **const** array or vector of `u32`s. This means it must either refer to a named
236
/// const or be given as an inline const expression (`const { ... }`).
237
238
/// `V` must be a vector with the same element type as `T` and the same length as `U`.
0 commit comments