DoxigAlpha

ivybridge

Source

Implementation

#
pub const ivybridge: CpuModel = .{
    .name = "ivybridge",
    .llvm_name = "ivybridge",
    .features = featureSet(&[_]Feature{
        .@"64bit",
        .cmov,
        .cx16,
        .f16c,
        .false_deps_popcnt,
        .fast_15bytenop,
        .fast_scalar_fsqrt,
        .fast_shld_rotate,
        .fsgsbase,
        .fxsr,
        .idivq_to_divl,
        .macrofusion,
        .mmx,
        .no_bypass_delay_mov,
        .nopl,
        .pclmul,
        .popcnt,
        .rdrnd,
        .sahf,
        .slow_3ops_lea,
        .slow_unaligned_mem_32,
        .smep,
        .vzeroupper,
        .x87,
        .xsaveopt,
    }),
}