(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
s390/
zvector/
autovec-long-double-signaling-gt.c
       1  /* { dg-do compile { target int128 } } */
       2  /* { dg-options "-O3 -march=z14 -mzvector -mzarch" } */
       3  
       4  #include "autovec.h"
       5  
       6  AUTOVEC_LONG_DOUBLE (SIGNALING_GT);
       7  
       8  /* { dg-final { scan-assembler {\n\twfkhxb\t} } } */