blob: a67fa98e3eeb6a96086bb1e150e0d9405c91634d [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
static vector<float16_t, 2> u = (float16_t(1.0h)).xx;
void f() {
bool2 v = bool2(u);
}