blob: bfd5887f275f6f55921ef69e8464efed8caa1137 [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : f32 = f32(2.003662109375f);
let b : u32 = bitcast<u32>(a);
}