blob: c592ea2e9755a5501288170506654aee26c3af01 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O3 -mzarch -march=z13 -mzvector" } */
#include <vecintrin.h>
vector double
test (vector long long x)
{
return vec_double (x);
}
/* { dg-final { scan-assembler-times "vcdgb\t" 1 } } */