We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58e949d commit 6ae917bCopy full SHA for 6ae917b
1 file changed
source/cpuid/amd.d
@@ -274,11 +274,11 @@ union LeafExt1EInformation
274
/// Extended APIC ID
275
uint ExtendedApicId;
276
// EBX
277
- ushort __reserved__EBX;
278
- /// The number of threads per core is ThreadsPerCore+1.
279
- ubyte ThreadsPerCore;
280
/// Core ID
281
ubyte CoreId;
+ /// The number of threads per core is ThreadsPerCore+1.
+ ubyte ThreadsPerCore;
+ ushort __reserved__EBX;
282
version(D_Ddoc)
283
{
284
const @trusted @property pure nothrow @nogc:
0 commit comments