blob: c3dc99b5f4b41d2c7328bde382b597870063646e [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float16_t r = (float16_t(1.0h) * float16_t(2.0h));
return;
}