Convert __mmask16 to use an unsigned type
This commit is contained in:
parent
079ce26eb7
commit
7a29fcc1c8
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ types! {
|
|||
|
||||
/// The `__mmask16` type used in AVX-512 intrinsics, a 16-bit integer
|
||||
#[allow(non_camel_case_types)]
|
||||
pub type __mmask16 = i16;
|
||||
pub type __mmask16 = u16;
|
||||
|
||||
#[cfg(test)]
|
||||
mod test;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue