forked from open-mpi/hwloc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
windows: cleanup the management of windows query structures
PROCESSOR_RELATIONSHIP changed between Windows versions. Some old MSVC/Windows version may miss the EfficiencyClass field that we want to always use at compile time. That's why we used a hack to access that field without naming it. Cleanup this by always using our redefinition of PROCESSOR_RELATIONSHIP that contains that field instead of using the Windows/MSVC-provided versions. By the way, the field is guaranteed to be 0 on old Windows versions at runtime. Signed-off-by: Brice Goglin <Brice.Goglin@inria.fr>
- Loading branch information
Showing
1 changed file
with
11 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters