blob: 11254e758b501e8d786060cea6dc8c73d417edcc [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static vector<float16_t, 4> u = (float16_t(1.0h)).xxxx;
void f() {
const int4 v = int4(u);
}