[PATCH] D69334: [MathExtras] Add intrinsic for the PopulationCounter in Visual Studio
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 14 04:20:42 PST 2020
RKSimon added a comment.
TBH I don't think this is worth it unless you can demonstrate actual reductions in compile time - once C++20 lands and we're allowed to use its features we can move to using std::popcount and avoid all of this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69334/new/
https://reviews.llvm.org/D69334
More information about the llvm-commits
mailing list