attiny11
Source
Implementation
pub const attiny11: CpuModel = .{
.name = "attiny11",
.llvm_name = "attiny11",
.features = featureSet(&[_]Feature{
.avr1,
.smallstack,
}),
}Source
pub const attiny11: CpuModel = .{
.name = "attiny11",
.llvm_name = "attiny11",
.features = featureSet(&[_]Feature{
.avr1,
.smallstack,
}),
}