aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gdc.dg/simd17695.d
blob: 5d45584712c7ab4ed65feee5a83628b4098b0164 (plain)
1
2
3
4
5
6
7
8
// https://issues.dlang.org/show_bug.cgi?id=17695
// { dg-additional-options "-mavx" { target avx_runtime } }
// { dg-do compile { target { avx_runtime || vect_sizes_16B_8B } } }

void test17695(__vector(ubyte[16]) a)
{
    auto b = -a;
}