You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[doc = concat!("A SIMD mask with ", number!($elements)," element", plural!($elements)," for vectors with ", $size," element types.")]
42
+
#[doc = concat!("A SIMD mask with ", number!($num_elements)," element", plural!($num_elements)," for vectors with ", $size," element types.")]
43
43
///
44
44
#[doc = concat!(
45
45
"The layout of this type is unspecified, and may change between platforms and/or Rust versions, and code should not assume that it is equivalent to `[",
0 commit comments