blob: ac7d400bb9cef669830e68f615d670c92647dbc1 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
vector<float16_t, 4> a = vector<float16_t, 4>(float16_t(1.0h), float16_t(2.0h), float16_t(3.0h), float16_t(-4.0h));
vector<float16_t, 4> b = a;
}