Skip to content

Commit 539cfb6

Browse files
Daniel SmithAmanieu
authored andcommitted
Convert __mmask16 to use an unsigned type
1 parent 18a7eff commit 539cfb6

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/x86

1 file changed

+1
-1
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ types! {
344344

345345
/// The `__mmask16` type used in AVX-512 intrinsics, a 16-bit integer
346346
#[allow(non_camel_case_types)]
347-
pub type __mmask16 = i16;
347+
pub type __mmask16 = u16;
348348

349349
#[cfg(test)]
350350
mod test;

0 commit comments

Comments
 (0)