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