(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
zvector/
vec_convert_to_fp16.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O3 -mzarch -march=arch14 -mzvector" } */
       3  
       4  #include <vecintrin.h>
       5  
       6  vector short int
       7  test_vec_convert_to_fp16 (vector short int a)
       8  {
       9    return vec_convert_to_fp16 (a, 0);
      10  }
      11  
      12  /* { dg-final { scan-assembler-times "vcfn\t" 1 } } */