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
@ -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…
x
Reference in New Issue
Block a user