Implement __builtin_popcount under MSVC
authorChristopher Dykes <cdykes@fb.com>
Wed, 7 Jun 2017 23:03:27 +0000 (16:03 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 7 Jun 2017 23:12:08 +0000 (16:12 -0700)
commit4929771e2f6251bfe22cf72b5bd08905625f6d64
treea3c799a66e9fe5e5daa47bd424ddbf47f03be513
parent86c0ed4ea3f3e83236fc44540d3d62f801d7c949
Implement __builtin_popcount under MSVC

Summary:
I thought I had already implemented this, but apparently I had only implemented the ll variable. Whoops.
This implements the 32-bit version which fixes the build on Windows.

Reviewed By: yfeldblum

Differential Revision: D5203680

fbshipit-source-id: 02b133db59e232cac586944b0ffc0e8bbf5f533a
folly/portability/Builtins.h