blob: f582b892d2a0d5cd802e826dd2226f906403ba3b [file] [log] [blame]
@compute @workgroup_size(1)
fn f() {
let a : vec2<f32> = vec2<f32>(2.003662109375f, -(513.03125f));
let b : vec2<i32> = bitcast<vec2<i32>>(a);
}