simd_shuffle intrinsic: allow argument to be passed as vector (not ju… · patricklam/verify-rust-std@6ad03a7 (original) (raw)
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -232,7 +232,7 @@ extern "rust-intrinsic" { | ||
| 232 | 232 | /// |
| 233 | 233 | /// `T` must be a vector. |
| 234 | 234 | /// |
| 235 | - /// `U` must be a **const** array of `i32`s. This means it must either refer to a named | |
| 235 | + /// `U` must be a **const** array or vector of `u32`s. This means it must either refer to a named | |
| 236 | 236 | /// const or be given as an inline const expression (`const { ... }`). |
| 237 | 237 | /// |
| 238 | 238 | /// `V` must be a vector with the same element type as `T` and the same length as `U`. |