[PATCH] D15568: [X86] Add signed aliases for popcnt intrinsics

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 07:34:57 PST 2015


On Wed, Dec 16, 2015 at 02:07:08PM +0000, Michael Kuperstein via llvm-commits wrote:
> The Intel manual documents both an unsigned form (_mm_popcnt_u32) and a signed form (_popcnt32) of the intrinsic.

What's the semantic for negative input?

Joerg


More information about the llvm-commits mailing list