* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / tst_4.c
blob2b869c05c87ec120e1632a1420349a5eb98ff895
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 int
5 f1 (long x)
7 return ((short) x >= 0) ? x : 0;
10 /* { dg-final { scan-assembler "tst\t(x|w)\[0-9\]*.*32768\n" } } */