zig build fmt

This commit is contained in:
Andrew Kelley
2025-02-22 17:03:24 -08:00
parent c0c911bfa7
commit eb3c7f5706
40 changed files with 1242 additions and 1246 deletions

View File

@@ -761,7 +761,7 @@ pub fn main() anyerror!void {
if ((std.mem.startsWith(u8, name, "mno-") and
llvm_to_zig_cpu_features.contains(name["mno-".len..])) or
(std.mem.startsWith(u8, name, "m") and
llvm_to_zig_cpu_features.contains(name["m".len..])))
llvm_to_zig_cpu_features.contains(name["m".len..])))
{
try stdout.print("m(\"{s}\"),\n", .{name});
} else {