about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSean Stangl <sean.stangl@gmail.com>2022-04-03 15:59:22 -0600
committerGitHub <noreply@github.com>2022-04-03 15:59:22 -0600
commitc73f1fbdde8bd1c257f2f683a595a5c434f32a2d (patch)
tree2b0a0f644428307c1970240496daffd567956ca7
parent4e14017f3d9e0379304dd8d34772786631310104 (diff)
downloadrust-c73f1fbdde8bd1c257f2f683a595a5c434f32a2d.tar.gz
rust-c73f1fbdde8bd1c257f2f683a595a5c434f32a2d.zip
Update crates/core_simd/src/masks.rs
Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
-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.