blob: cbb7fa61daf98f364c3f45520157882dd6caf95d [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float16_t b = float16_t(1.0h);
return;
}