blob: 8052e3ef763ecea8feff02dd9560e88c8c3b03f9 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
float a = 2.003662109375f;
uint b = asuint(a);
return;
}