From 3e2daa509a897a4e10d5e6f28731b33ac2cc3dc2 Mon Sep 17 00:00:00 2001 From: Alex Rønne Petersen Date: Sun, 19 Oct 2025 23:32:47 +0200 Subject: std.Target: add arceb and xtensaeb Cpu.Arch tags --- lib/std/builtin/assembly.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/std/builtin') diff --git a/lib/std/builtin/assembly.zig b/lib/std/builtin/assembly.zig index ba0f7ceb4e..773b8e587a 100644 --- a/lib/std/builtin/assembly.zig +++ b/lib/std/builtin/assembly.zig @@ -779,7 +779,7 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { lr: bool = false, sr: bool = false, }, - .xtensa => packed struct { + .xtensa, .xtensaeb => packed struct { /// Whether the inline assembly code may perform stores to memory /// addresses other than those derived from input pointer provenance. memory: bool = false, @@ -1591,7 +1591,7 @@ pub const Clobbers = switch (@import("builtin").cpu.arch) { vr30: bool = false, vr31: bool = false, }, - .arc => packed struct { + .arc, .arceb => packed struct { /// Whether the inline assembly code may perform stores to memory /// addresses other than those derived from input pointer provenance. memory: bool = false, -- cgit v1.2.3