Constant gfx1031 [src]
Type
CpuModel
Source
 pub const gfx1031: CpuModel = .{
    .name = "gfx1031",
    .llvm_name = "gfx1031",
    .features = featureSet(&[_]Feature{
        .back_off_barrier,
        .dl_insts,
        .dot10_insts,
        .dot1_insts,
        .dot2_insts,
        .dot5_insts,
        .dot6_insts,
        .dot7_insts,
        .gfx10,
        .gfx10_3_insts,
        .gfx10_a_encoding,
        .gfx10_b_encoding,
        .ldsbankcount32,
        .nsa_encoding,
        .shader_cycles_register,
    }),
}