mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
fix: add i86 cpu in update_cpu_features
This commit is contained in:
@@ -3084,7 +3084,9 @@ pub const cpu = struct {
|
||||
pub const @"i86": CpuModel = .{
|
||||
.name = "i86",
|
||||
.llvm_name = null,
|
||||
.features = featureSet(&[_]Feature{}),
|
||||
.features = featureSet(&[_]Feature{
|
||||
.@"16bit_mode",
|
||||
}),
|
||||
};
|
||||
pub const @"i386": CpuModel = .{
|
||||
.name = "i386",
|
||||
|
||||
Reference in New Issue
Block a user