Skip to content

Commit 33a4dd5

Browse files
author
Daniel Smith
committed
Allow non camel case types
1 parent 7538c0f commit 33a4dd5

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

crates/core_arch/src/x86/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ pub type __mmask16 = u16;
351351
pub type __mmask8 = u8;
352352

353353
/// The `_MM_CMPINT_ENUM` type used to specify comparison operations in AVX-512 intrinsics.
354+
#[allow(non_camel_case_types)]
354355
pub type _MM_CMPINT_ENUM = i32;
355356

356357
#[cfg(test)]

0 commit comments

Comments
 (0)