Constant iceland [src]
Type
CpuModel
Source
 pub const iceland: CpuModel = .{
    .name = "iceland",
    .llvm_name = "iceland",
    .features = featureSet(&[_]Feature{
        .ldsbankcount32,
        .sgpr_init_bug,
        .unpacked_d16_vmem,
        .volcanic_islands,
    }),
}