Skip to content

Conversation

@giordano
Copy link
Member

@giordano giordano commented Sep 2, 2024

Follow up to #38, backports libuv#4525

Fixes commit 58dfb6c from a few days ago. DWORD_PTR is 32 bits on
x86 Windows. Use the right bit count when checking the population count.

Interestingly enough, it manifested itself as double counting online
processors, presumably because the compiler emits a ROR instead of SHR.

Fixes: libuv#4524
(cherry picked from commit 5ff1fc7)
@giordano giordano merged commit af4172e into julia-uv2-1.48.0 Sep 2, 2024
@giordano giordano deleted the mg/win-uv-available-parallelism branch September 2, 2024 13:06
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.

2 participants