Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libtorrent: Make cpu popcount default (#10)
* libtorrent: Add CPU popcount support This commit adds a native c-implementation to calculate the population count of the bitfield. It may be faster for CPUs which don't support SSE instructions. This is disabled by default and must be enabled by configuring with `--enable-cpu-popcount`. * libtorrent: Make cpu popcount default Benchmarked 30-50% reduction in CPU usage for uploading.
- Loading branch information