Constant corei7 [src]

Type

CpuModel

Source

pub const corei7: CpuModel = .{ .name = "corei7", .llvm_name = "corei7", .features = featureSet(&[_]Feature{ .@"64bit", .cmov, .cx16, .fxsr, .idivq_to_divl, .macrofusion, .mmx, .no_bypass_delay_mov, .nopl, .popcnt, .sahf, .sse4_2, .vzeroupper, .x87, }), }