PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse4_2-popcntq.c
blob2b5ee5221bc8ba64cf949e910b6072cca35cde39
1 /* { dg-do run { target { ! ia32 } } } */
2 /* { dg-require-effective-target sse4 } */
3 /* { dg-options "-O2 -msse4.2" } */
5 #define TYPE unsigned long long
6 #define POPCNT _mm_popcnt_u64
8 #include "sse4_2-popcnt.h"