Page MenuHomePhabricator

Core: optimise bitcount routine
Closed, ResolvedPublic

Description

The bitcount() routine can be optimised for speed and code size to exploit an algorithm for which the operation n & n-1 clears the least significant bit set.

Event Timeline

adeaarm triaged this task as Low priority.Jul 25 2019, 1:31 PM
adeaarm created this task.
adeaarm closed this task as Resolved.Jul 31 2019, 10:11 AM