blob: 7e166b705dba78ab91ad4a40466ec92f8b44a7a4 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
const float a = 1.0f;
const float b = 2.0f;
const float r = (a % b);
return;
}