blob: f383c544a427a82ebd9dd1923209c9dfe6df5370 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float16_t r = float16_t(0.0h /* inf */);
return;
}