Commit 65b0a2342b
Changed files (1)
lib
std
Target
lib/std/Target/x86.zig
@@ -3081,13 +3081,6 @@ pub const cpu = struct {
.xsaveopt,
}),
};
- pub const @"i86": CpuModel = .{
- .name = "i86",
- .llvm_name = null,
- .features = featureSet(&[_]Feature{
- .@"16bit_mode",
- }),
- };
pub const @"i386": CpuModel = .{
.name = "i386",
.llvm_name = "i386",
@@ -3129,6 +3122,13 @@ pub const cpu = struct {
.x87,
}),
};
+ pub const @"i86": CpuModel = .{
+ .name = "i86",
+ .llvm_name = null,
+ .features = featureSet(&[_]Feature{
+ .@"16bit_mode",
+ }),
+ };
pub const icelake_client: CpuModel = .{
.name = "icelake_client",
.llvm_name = "icelake-client",