DoxigAlpha

ck810ft

Source

Implementation

#
pub const ck810ft: CpuModel = .{
    .name = "ck810ft",
    .llvm_name = "ck810ft",
    .features = featureSet(&[_]Feature{
        .@"7e10",
        .cache,
        .ck810,
        .dsp1e2,
        .dspe60,
        .edsp,
        .fdivdu,
        .float1e2,
        .floate1,
        .fpuv2_df,
        .fpuv2_sf,
        .hard_tp,
        .high_registers,
        .hwdiv,
        .mp,
        .mp1e2,
        .nvic,
        .trust,
    }),
}