PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / clzero.c
blob9a68a4928a894de418ac5feaf71e89e611b1c02b
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mclzero" } */
4 /* Verify that they work in both 32bit and 64bit. */
6 #include <x86intrin.h>
8 void
9 foo (void *k)
11 _mm_clzero (k);