From c73f1fbdde8bd1c257f2f683a595a5c434f32a2d Mon Sep 17 00:00:00 2001 From: Sean Stangl Date: Sun, 3 Apr 2022 15:59:22 -0600 Subject: [PATCH] Update crates/core_simd/src/masks.rs Co-authored-by: Jacob Lifshay --- crates/core_simd/src/masks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/core_simd/src/masks.rs b/crates/core_simd/src/masks.rs index a56a154b437c..ba4158b3cfc1 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; /// A 128-bit SIMD vector mask for 16 elements of 8 bits.