Constant c860v [src]
Type
CpuModel
Source
pub const c860v: CpuModel = .{
.name = "c860v",
.llvm_name = "c860v",
.features = featureSet(&[_]Feature{
.@"10e60",
.@"3e3r2",
.@"3e3r3",
.btst16,
.cache,
.ck860,
.ck860v,
.dspe60,
.float7e60,
.fpuv3_df,
.fpuv3_hf,
.fpuv3_hi,
.fpuv3_sf,
.hard_tp,
.high_registers,
.hwdiv,
.mp,
.mp1e2,
.nvic,
.trust,
.vdsp2e60f,
.vdspv2,
}),
}