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 5c32922 commit a385d8dCopy full SHA for a385d8d
src/utils.cpp
@@ -71,6 +71,7 @@ void getMCFGRecords(std::vector<MCFGRecord>& mcfg)
71
#if defined (_MSC_VER) || defined(__FreeBSD__) || defined(__DragonFly__)
72
switch (PCM::getCPUFamilyModelFromCPUID())
73
{
74
+ case PCM::SPR:
75
case PCM::GNR:
76
maxSegments = 4;
77
break;
0 commit comments