1#pragma once
2
3/// Get number of CPU cores without hyper-threading.
4unsigned getNumberOfPhysicalCPUCores();
5