diff options
author | Craig Topper <craig.topper@intel.com> | 2019-03-21 17:43:53 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2019-03-21 17:43:53 +0000 |
commit | 1383340422aac36dc5aa6d181bfb7188873b8909 (patch) | |
tree | 4a07895077d3568edd5ad6e3d36585834a60644a /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | c14f3e42220efc798f33052b67835b96ba01d045 (diff) | |
download | llvm-1383340422aac36dc5aa6d181bfb7188873b8909.zip llvm-1383340422aac36dc5aa6d181bfb7188873b8909.tar.gz llvm-1383340422aac36dc5aa6d181bfb7188873b8909.tar.bz2 |
[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
gcc and icc both implement popcntd and popcntq which we did not. gcc doesn't seem to require a feature flag for the _popcnt32/_popcnt64 spelling and will use a libcall if its not supported.
Differential Revision: https://reviews.llvm.org/D59567
llvm-svn: 356689
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions