blob: 09aac7c401ee0a84652ed8c6ecd986248fc76fc0 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
vector<float16_t, 2> b = vector<float16_t, 2>(float16_t(1.0h), float16_t(2.0h));
}