blob: bc9e347ff183ca767661e037359a9f0c93e1e2f8 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float16_t r = float16_t(0.5h);
return;
}