DoxigAlpha

athlon

Source

Implementation

#
pub const athlon: CpuModel = .{
    .name = "athlon",
    .llvm_name = "athlon",
    .features = featureSet(&[_]Feature{
        .@"3dnowa",
        .cmov,
        .cx8,
        .nopl,
        .prfchw,
        .slow_shld,
        .slow_unaligned_mem_16,
        .vzeroupper,
        .x87,
    }),
}