authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-13 22:29:28+01:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-11-13 22:29:28+01:00
log65b0a2342b4b08c61edaddc07ab01280c3d2b84a
tree4c582b05b89a0062fd82a47e98c082ed0d9894e1
parent39e91deb77624116bc6ebfe9902954c61cae9582
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target.x86: refresh from update_cpu_features.zig

Just to get rid of this ordering diff.

1 files changed, 7 insertions(+), 7 deletions(-)

lib/std/Target/x86.zig+7-7
...@@ -3081,13 +3081,6 @@ pub const cpu = struct {...@@ -3081,13 +3081,6 @@ pub const cpu = struct {
3081 .xsaveopt,3081 .xsaveopt,
3082 }),3082 }),
3083 };3083 };
3084 pub const @"i86": CpuModel = .{
3085 .name = "i86",
3086 .llvm_name = null,
3087 .features = featureSet(&[_]Feature{
3088 .@"16bit_mode",
3089 }),
3090 };
3091 pub const @"i386": CpuModel = .{3084 pub const @"i386": CpuModel = .{
3092 .name = "i386",3085 .name = "i386",
3093 .llvm_name = "i386",3086 .llvm_name = "i386",
...@@ -3129,6 +3122,13 @@ pub const cpu = struct {...@@ -3129,6 +3122,13 @@ pub const cpu = struct {
3129 .x87,3122 .x87,
3130 }),3123 }),
3131 };3124 };
3125 pub const @"i86": CpuModel = .{
3126 .name = "i86",
3127 .llvm_name = null,
3128 .features = featureSet(&[_]Feature{
3129 .@"16bit_mode",
3130 }),
3131 };
3132 pub const icelake_client: CpuModel = .{3132 pub const icelake_client: CpuModel = .{
3133 .name = "icelake_client",3133 .name = "icelake_client",
3134 .llvm_name = "icelake-client",3134 .llvm_name = "icelake-client",