blob: db40dc5154791957389e213ef4a7b0cd4edb7143 [file] [log] [blame]
// flags: --hlsl_shader_model 62
enable f16;
@compute @workgroup_size(1)
fn f() {
let a : f16 = f16(1.0h);
let b : f16 = bitcast<f16>(a);
}