aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/sse4_2-popcntq.c
blob: 47cdf35629c0200e3de03e47c19d9bf449ab1fdd (plain)
1
2
3
4
5
6
7
8
/* { dg-do run { target { ! { ia32 } } } } */
/* { 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"