[numthreads(1, 1, 1)]
void main() {
const float2 fract = float2(0.625f, 0.9375f);
const int2 exp = int2(1, 2);
return;
}