Skip to content

Fix Windows MSVC tournament build - #6

Merged
DMDTague merged 10 commits into
mainfrom
fix/windows-msvc
Sep 17, 2026
Merged

DMDTague merged 10 commits into
mainfrom
fix/windows-msvc

Conversation

@DMDTague

Copy link
Copy Markdown
Owner

Fixes the Windows native build failures reported by the local Elo harness.

Changes:

  • portable MSVC implementations for bitboard popcount / least-significant-bit helpers
  • removes the remaining direct GCC-only ctz builtin from magic initialization
  • uses /O2 under MSVC instead of the GCC/Clang -O3 flag
  • ensures the standard tm type is established before Pickle's legacy global time-manager symbol on MSVC
  • adds a real windows-latest native CMake/MSVC build and UCI smoke test to tournament CI

This is portability work only; search/evaluation behavior is unchanged.

@vercel

vercel Bot commented Sep 17, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated
pickle Ready Ready Preview Sep 17, 2026 1:16am UTC

@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 42c17060-e695-4f0d-b1a3-f829bfdb645a


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@DMDTague
DMDTague merged commit 5a3b8f3 into main Sep 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant