Matthies/RubiChess

cosmetic CLI info glitch (WinARM64)

Opened this issue · 1 comments

Dear Mr. @Matthies ,

maybe this is even not worth reporting, as most of us prefer a GUI for their chess engine anyway.

My MSVC build:
RubiChess_cosmetic

Your official release (kindly featuring a WinArm64 build):
RubiChess_release

In any case, thank you for introducing arm64 support in your Visual Studio solution file.

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.