* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / clz.c
blobb650b1318571845410e9b764d29b356987a99dfc
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 unsigned int functest (unsigned int x)
6 return __builtin_clz (x);
9 /* { dg-final { scan-assembler "clz\tw" } } */