view gcc/testsuite/gcc.target/s390/zvector/autovec-double-signaling-lt-z13.c @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 1830386684a0
children
line wrap: on
line source

/* { dg-do compile } */
/* { dg-options "-O3 -march=z13 -mzvector -mzarch" } */

#include "autovec.h"

AUTOVEC_DOUBLE (SIGNALING_LT);

/* z13 does not have signaling vector comparison instructions.  */
/* { dg-final { scan-assembler {\n\tkdb\t} } } */