__builtin_popcount and __builtin_popcountll are builtin functions provided by Clang and GCC, but MSVC doesn't provide the same function. Instead, __popcnt and __popcnt64 should be used when building WebKit for Windows. https://learn.microsoft.com/en-us/cpp/intrinsics/popcnt16-popcnt-popcnt64?view=msvc-170
Pull request: https://github.com/WebKit/WebKit/pull/15439
Committed 265651@main (4e7fe413ab40): <https://commits.webkit.org/265651@main> Reviewed commits have been landed. Closing PR #15439 and removing active labels.
<rdar://problem/111567094>