cosmetic CLI info glitch (WinARM64)
Opened this issue · 1 comments
ArminiusTux commented
Dear Mr. @Matthies ,
maybe this is even not worth reporting, as most of us prefer a GUI for their chess engine anyway.
Your official release (kindly featuring a WinArm64 build):
In any case, thank you for introducing arm64 support in your Visual Studio solution file.
Matthies commented
Problem is that different to x86 platform where I can test CPU platform and features with the cpuid API, on ARM I don't know how to test the ARM cpu at runtime. So the system info is somehow hard coded for ARM compilation.
But you are right, at least I should make MSVC compilation consistent with my Makefile builds.