authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-04-08 15:16:38-07:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2025-04-09 15:03:45+02:00
log9397dc5af686c26fff7cb3f6e93e3151bb5786ca
tree4dbd6e1dec3b55e0144252176c233965b83869fc
parent4ab34b142ef53ecb5e469b0494e5ab8ff322769c
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std: add nvidia as a known arm implementer


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

lib/std/zig/system/arm.zig+1
......@@ -158,6 +158,7 @@ pub const cpu_models = struct {
158158 0x43 => &Cavium,
159159 0x46 => &Fujitsu,
160160 0x48 => &HiSilicon,
161 0x4e => &Nvidia,
161162 0x50 => &Ampere,
162163 0x51 => &Qualcomm,
163164 0x61 => &Apple,