aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-gt.c
blob: af62e1fd0054219565fc0e1e7d437a30f71e9350 (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile } */
/* { dg-options "-O3 -march=z14 -mzvector -mzarch" } */

#include "autovec.h"

AUTOVEC_DOUBLE (SIGNALING_GT);

/* { dg-final { scan-assembler {\n\tvfkhdb\t} } } */