blob: 2f5e25b21344c08402de940eddfc9fc45ec8bba1 [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 bool4 v = bool4(u);
}