(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
avx512vl-vfixupimmss-2.c
       1  /* { dg-do run } */
       2  /* { dg-options "-mavx512vl -O2 -std=gnu99" } */
       3  /* { dg-require-effective-target avx512vl } */
       4  /* { dg-require-effective-target c99_runtime } */
       5  
       6  #define AVX512VL
       7  #define AVX512F_LEN 512
       8  #define AVX512F_LEN_HALF 256
       9  #include "avx512f-vfixupimmss-2.c"
      10  
      11  static void
      12  test_256 (void)
      13  {
      14    test_512 ();
      15  }
      16  
      17  static void
      18  test_128 (void)
      19  {
      20  }