[PATCH] D59567: [X86] Add __popcntd and __popcntq to ia32intrin.h to match gcc and icc. Remove popcnt feature flag from _popcnt32/_popcnt64 and move to ia32intrin.h to match gcc

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 21 07:25:36 PDT 2019


RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.

LGTM with some minor typos



================
Comment at: lib/Headers/ia32intrin.h:36
+ *  This intrinsic corresponds to the <c> POPCNT </c> instruction or a
+ *  a sequence of arithmetic and logic ops to calcute it.
+ *
----------------
calculate


================
Comment at: lib/Headers/ia32intrin.h:57
+ *  This intrinsic corresponds to the <c> POPCNT </c> instruction or a
+ *  a sequence of arithmetic and logic ops to calcute it.
+ *
----------------
calculate


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D59567/new/

https://reviews.llvm.org/D59567





More information about the cfe-commits mailing list