DoxigAlpha

bonnell

Source

Implementation

#
pub const bonnell: CpuModel = .{
    .name = "bonnell",
    .llvm_name = "bonnell",
    .features = featureSet(&[_]Feature{
        .@"64bit",
        .cmov,
        .cx16,
        .fast_imm16,
        .fxsr,
        .idivl_to_divb,
        .idivq_to_divl,
        .lea_sp,
        .lea_uses_ag,
        .mmx,
        .movbe,
        .no_bypass_delay,
        .nopl,
        .pad_short_functions,
        .sahf,
        .slow_two_mem_ops,
        .slow_unaligned_mem_16,
        .ssse3,
        .vzeroupper,
        .x87,
    }),
}