Skip to content

Commit 894f270

Browse files
committed
Update library/portable-simd/crates/core_simd/src/masks.rs
1 parent 199448b commit 894f270

File tree

1 file changed

+0
-3
lines changed
  • library/portable-simd/crates/core_simd/src

1 file changed

+0
-3
lines changed

library/portable-simd/crates/core_simd/src/masks.rs

-3
Original file line numberDiff line numberDiff line change
@@ -391,9 +391,6 @@ where
391391
LaneCount<N>: SupportedLaneCount,
392392
{
393393
/// Converts a SIMD mask to an array of bools.
394-
///
395-
/// ## Cost
396-
/// Copies the bytes of the array
397394
#[inline]
398395
fn from(vector: Mask<T, N>) -> Self {
399396
vector.to_array()

0 commit comments

Comments
 (0)