Fix mask alias
This commit is contained in:
parent
09fa72ae84
commit
65cb2c90a0
1 changed files with 1 additions and 1 deletions
|
|
@ -516,7 +516,7 @@ pub type mask16x8 = Mask<i16, 8>;
|
|||
pub type mask16x16 = Mask<i16, 16>;
|
||||
|
||||
/// Vector of 32 16-bit masks
|
||||
pub type mask16x32 = Mask<i32, 32>;
|
||||
pub type mask16x32 = Mask<i16, 32>;
|
||||
|
||||
/// Vector of two 32-bit masks
|
||||
pub type mask32x2 = Mask<i32, 2>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue