Constant amdfam10 [src]
Type
CpuModel
Source
pub const amdfam10: CpuModel = .{
.name = "amdfam10",
.llvm_name = "amdfam10",
.features = featureSet(&[_]Feature{
.@"3dnowa",
.@"64bit",
.cmov,
.cx16,
.fast_scalar_shift_masks,
.fxsr,
.idivq_to_divl,
.lzcnt,
.nopl,
.popcnt,
.prfchw,
.sahf,
.sbb_dep_breaking,
.slow_shld,
.sse4a,
.vzeroupper,
.x87,
}),
}