aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/sse4_2-popcntl.c
blob: 30da548d939339ddb37e613f365a21bfdbfba291 (plain)
1
2
3
4
5
6
7
8
/* { dg-do run } */
/* { dg-require-effective-target sse4 } */
/* { dg-options "-O2 -msse4.2" } */

#define TYPE unsigned int
#define POPCNT _mm_popcnt_u32

#include "sse4_2-popcnt.h"