We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28eff1a commit 134e53dCopy full SHA for 134e53d
coresimd/x86/cpuid.rs
@@ -6,7 +6,7 @@
6
use stdsimd_test::assert_instr;
7
8
/// Result of the `cpuid` instruction.
9
-#[derive(Copy, Clone, Eq, Ord, PartialEq, PartialOrd)]
+#[derive(Copy, Clone, Debug, Eq, Ord, PartialEq, PartialOrd)]
10
#[cfg_attr(feature = "cargo-clippy", allow(clippy::stutter))]
11
#[stable(feature = "simd_x86", since = "1.27.0")]
12
pub struct CpuidResult {
0 commit comments