Skip to content

Replace one more __builtin_popcount with bitwise test

Michael Forney requested to merge mforney/libinput:popcount into master

__builtin_popcount might not be available and in this case, a bitwise-and can accomplish the same task.

Signed-off-by: Michael Forney mforney@mforney.org

Merge request reports