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 8cb8fe9 commit af28e02Copy full SHA for af28e02
clang/lib/Headers/cpuid.h
@@ -24,6 +24,10 @@
24
#define signature_CYRIX_ebx 0x69727943
25
#define signature_CYRIX_edx 0x736e4978
26
#define signature_CYRIX_ecx 0x64616574
27
+/* HYGON: "HygonGenuine" */
28
+#define signature_HYGON_ebx 0x6f677948
29
+#define signature_HYGON_edx 0x6e65476e
30
+#define signature_HYGON_ecx 0x656e6975
31
/* INTEL: "GenuineIntel" */
32
#define signature_INTEL_ebx 0x756e6547
33
#define signature_INTEL_edx 0x49656e69
0 commit comments