(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
gcn/
simd-math-2.c
       1  /* Check that the SIMD versions of math routines give the same (or
       2     sufficiently close) results as their scalar equivalents.  */
       3  
       4  /* { dg-do run } */
       5  /* { dg-options "-O2 -ftree-vectorize -fno-math-errno" } */
       6  /* { dg-set-target-env-var "GCN_STACK_SIZE" "3000000" } */
       7  
       8  #include "simd-math-1.c"