blob: 3ab0c71e3b2f065b4e3cbdf470192d0ce72f12a8 [file] [log] [blame]
/* { dg-do compile { target { s390*-*-* } } } */
/* { dg-options "-O3 -mzarch -march=z13 -mzvector -fno-asynchronous-unwind-tables" } */
#include <vecintrin.h>
vector unsigned char test(void)
{
vector unsigned char a = { 0 };
return __builtin_s390_vec_addc_u128 (a, a);
}