Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/core_arch/src/x86/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down