Update crates/core_simd/src/vector.rs
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
This commit is contained in:
parent
bef4c41fc0
commit
c247915eb8
1 changed files with 1 additions and 1 deletions
|
|
@ -568,7 +568,7 @@ where
|
|||
|
||||
/// Conditionally write pointers elementwise into a SIMD vector vector.
|
||||
/// The mask `enable`s all `true` lanes and disables all `false` lanes.
|
||||
/// If a lane is disabled, the writing that lane is skipped.
|
||||
/// If a lane is disabled, the write to that lane is skipped.
|
||||
///
|
||||
/// # Safety
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue