ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time.
commit2371906a25635c2ff7c439b5a4ca89390c79fa56
authorAlexandre Julliard <julliard@winehq.org>
Sat, 22 Apr 2023 15:34:11 +0000 (22 17:34 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 22 Apr 2023 15:34:32 +0000 (22 17:34 +0200)
treed3bc42f2bc07dab85b6a83fe2b647fb424d6f087
parent504f9d3cb8680e6c8f4a6bb44eb5bd9e197859eb
ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time.
dlls/ntdll/rtlbitmap.c