Skip to content

Commit c73f1fb

Browse files
Update crates/core_simd/src/masks.rs
Co-authored-by: Jacob Lifshay <[email protected]>
1 parent 4e14017 commit c73f1fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_simd/src/masks.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ where
507507
}
508508
}
509509

510-
/// A 64-bit SIMD vector mask for eight elements of 8 bits.
510+
/// A SIMD vector mask of eight elements, for operating with SIMD vectors with 8 bit elements.
511511
pub type mask8x8 = Mask<i8, 8>;
512512

513513
/// A 128-bit SIMD vector mask for 16 elements of 8 bits.

0 commit comments

Comments
 (0)