DoxigAlpha

ut699

Source

Implementation

#
pub const ut699: CpuModel = .{
    .name = "ut699",
    .llvm_name = "ut699",
    .features = featureSet(&[_]Feature{
        .fixallfdivsqrt,
        .insertnopload,
        .leon,
        .no_fmuls,
        .no_fsmuld,
    }),
}