blob: 5adac54f2b5ff264145bc81bf3965458c5219486 [file] [log] [blame]
var<workgroup> arg_1 : vec4<u32>;
fn frexp_841515() {
var res : vec4<f32> = frexp(vec4<f32>(), &(arg_1));
}
[[stage(compute)]]
fn compute_main() {
frexp_841515();
}