sse4_2-popcntq.c   [plain text]


/* APPLE LOCAL file 5612787 mainline sse4 */
/* { dg-do run { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
/* { dg-require-effective-target sse4 } */
/* { dg-options "-O2 -msse4.2" } */

#define TYPE unsigned long long
#define POPCNT _mm_popcnt_u64

#include "sse4_2-popcnt.h"