1/* { dg-do run { target { ! { ia32 } } } } */
2/* { dg-require-effective-target sse4 } */
3/* { dg-options "-O2 -msse4.2" } */
4
5#define TYPE unsigned long long
6#define POPCNT _mm_popcnt_u64
7
8#include "sse4_2-popcnt.h"
9