PS C:\Users\pmilosla\Documents\GitHub\cpu-core-counts\windows> cl.exe .\AMDCoreCount.cpp
Microsoft (R) C/C++ Optimizing Compiler Version 19.27.29112 for x86
Copyright (C) Microsoft Corporation. All rights reserved.
AMDCoreCount.cpp
.\AMDCoreCount.cpp(93): error C3861: 'popcnt64': identifier not found
.\AMDCoreCount.cpp(102): error C3861: 'popcnt64': identifier not found
PS C:\Users\pmilosla\Documents\GitHub\cpu-core-counts\windows> ls
PS C:\Users\pmilosla\Documents\GitHub\cpu-core-counts\windows> cl.exe .\AMDCoreCount.cpp Microsoft (R) C/C++ Optimizing Compiler Version 19.27.29112 for x86 Copyright (C) Microsoft Corporation. All rights reserved.
AMDCoreCount.cpp .\AMDCoreCount.cpp(93): error C3861: 'popcnt64': identifier not found .\AMDCoreCount.cpp(102): error C3861: 'popcnt64': identifier not found PS C:\Users\pmilosla\Documents\GitHub\cpu-core-counts\windows> ls