Replace one more __builtin_popcount with bitwise test
authorMichael Forney <mforney@mforney.org>
Mon, 17 Jun 2019 02:37:37 +0000 (19:37 -0700)
committerMichael Forney <mforney@mforney.org>
Mon, 17 Jun 2019 02:41:58 +0000 (19:41 -0700)
commit9c89ab6d9569309c791ce7de1f8f09b464803dd9
tree48a5c1f5374733bb73015713e9d08c56138075a9
parent552d5aeba5aa5db014d921b45c793f5c0064a288
Replace one more __builtin_popcount with bitwise test

__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>
src/evdev-tablet.c