(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
pr85819-2c.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mno-fma -mno-avx2 -mno-avx512vl -mavx512f -mfpmath=sse" } */
       3  
       4  #include "pr85819-2a.c"
       5  
       6  /* { dg-final { scan-assembler-not "vcvtudq2ps" } } */
       7  /* { dg-final { scan-assembler-not "vfmadd132ps" } } */