ZXFoundation™ 26h2
Loading...
Searching...
No Matches
core.cxxm
1/// SPDX-License-Identifier: Apache-2.0
2/// @file zxfoundation/sched/numa_distance.cxxm
3/// @brief STSI 15.1.x topology-list probe — feeds PMM's single-source SLIT.
4
5export module zxfoundation.sched.numa.core;
6
7export {
8
9namespace zxfoundation::sched::numa {
10
11 /// @brief Probe STSI 15.1.x and install the resulting SLIT into PMM.
12 auto slit_load() noexcept -> void;
13
14} // namespace zxfoundation::sched::numa
15
16} // end export