Matthies / RubiChess

Another chess engine
GNU General Public License v3.0
150 stars 16 forks source link

cosmetic CLI info glitch (WinARM64) #466

Open ArminiusTux opened 1 month ago

ArminiusTux commented 1 month ago

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.

Matthies commented 1 month ago

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.