Some Win32 API function documentation (for example this and this) contains the following note:
Starting with TBD Release Iron, the behavior of this and other NUMA functions has been modified to better support systems with nodes containing more that 64 processors. For more information about this change, including information about enabling the old behavior of this API, see NUMA Support.
- What exactly is the "TBD Release Iron"?
- Which Windows versions does it support?
- What modifications does the note refer to?
Elsewhere, for example on https://learn.microsoft.com/en-us/windows/win32/procthread/numa-support, it's called
In the same note.
So it looks like the folks at
MSDNMS DocsLearn have some mass replacing to do.As for the actual change, there now are (as is tradition)
Exmethods for NUMA that add support for processor groups, allowing you to specify affinity for more applications running on machines with more than 64 logical processors, if I interpret it correctly.