(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
zvector/
autovec-double-signaling-lt-z13-finite.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O3 -march=z13 -mzvector -ffinite-math-only -mzarch" } */
       3  
       4  #include "autovec.h"
       5  
       6  AUTOVEC_DOUBLE (SIGNALING_LT);
       7  
       8  /* We can use non-signaling vector comparison instructions with
       9     -ffinite-math-only.  */
      10  /* { dg-final { scan-assembler {\n\tvfchdb\t} } } */