authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-03 21:27:15+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-31 23:15:49+02:00
log62ba3965d145b8031d3ae263bd2235c34778eae2
tree226cb6258677cab0a908f369d90e2afc34e214d3
parent1a760bedc5acbad2cadb36f5cd8412035c64383b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.zig.system.arm: add hip12 and rigel CPU detection


1 files changed, 2 insertions(+), 0 deletions(-)

lib/std/zig/system/arm.zig+2
......@@ -121,11 +121,13 @@ pub const cpu_models = struct {
121121 // implementer = 0x48
122122 const HiSilicon = [_]E{
123123 E{ .part = 0xd01, .m64 = &A64.tsv110 },
124 E{ .part = 0xd06, .m64 = &A64.hip12 },
124125 };
125126 // implementer = 0x4e
126127 const Nvidia = [_]E{
127128 E{ .part = 0x004, .m64 = &A64.carmel },
128129 E{ .part = 0x010, .m64 = &A64.olympus },
130 E{ .part = 0x011, .m64 = &A64.rigel },
129131 };
130132 // implementer = 0x50
131133 const Ampere = [_]E{