blob: c87c0125c66ffb49781faf4279b392b8b1df0de7 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static vector<float16_t, 3> u = (float16_t(1.0h)).xxx;
void f() {
const uint3 v = uint3(u);
}