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_LTGT);
7 
8 /* ltgt is the same as eq with -ffinite-math-only.  */
9 /* { dg-final { scan-assembler {\n\tvfcedb\t} } } */
10