1 /* { dg-do compile } */
2 /* { dg-options "-O3 -march=z13 -mzvector -mzarch" } */
3 
4 #include "autovec.h"
5 
6 AUTOVEC_DOUBLE (SIGNALING_GT);
7 
8 /* z13 does not have signaling vector comparison instructions.  */
9 /* { dg-final { scan-assembler {\n\tkdb\t} } } */
10