blob: f0095c554c0b18255c31d7a7228920feed4de220 [file] [log] [blame]
[numthreads(1, 1, 1)]
void f() {
uint2 a = uint2(1073757184u, 3288351232u);
float2 b = asfloat(a);
return;
}