about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crates/core_simd/src/masks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/core_simd/src/masks.rs b/crates/core_simd/src/masks.rs
index a56a154b437..ba4158b3cfc 100644
--- a/crates/core_simd/src/masks.rs
+++ b/crates/core_simd/src/masks.rs
@@ -507,7 +507,7 @@ where
     }
 }
 
-/// A 64-bit SIMD vector mask for eight elements of 8 bits.
+/// A SIMD vector mask of eight elements, for operating with SIMD vectors with 8 bit elements. 
 pub type mask8x8 = Mask<i8, 8>;
 
 /// A 128-bit SIMD vector mask for 16 elements of 8 bits.