Update crates/core_simd/src/masks.rs

Co-authored-by: Jacob Lifshay <programmerjake@gmail.com>
This commit is contained in:
Sean Stangl 2022-04-03 15:59:22 -06:00 committed by GitHub
parent 4e14017f3d
commit c73f1fbdde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.