1  /* { dg-do compile } */
       2  /* { dg-options "-O3 -march=z14 -mzvector -mzarch -fno-unroll-loops" } */
       3  
       4  #include "autovec.h"
       5  
       6  AUTOVEC_DOUBLE (SIGNALING_LTGT);
       7  
       8  /* { dg-final { scan-assembler-times {\n\tvfkhdb\t} 2 } } */
       9  /* { dg-final { scan-assembler {\n\tvo\t} } } */