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 acb2679 commit fc058b3Copy full SHA for fc058b3
source/CPU.cpp
@@ -40,7 +40,7 @@ namespace vx {
40
/** Leaf of extended information. */
41
constexpr unsigned int extendedLeaf = 7;
42
43
- /** Leaf of sgx information. */
+ /** Leaf of SGX information. */
44
constexpr unsigned int sgxLeaf = 12;
45
46
CPU::CPU( unsigned int _leaf,
0 commit comments