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 10:14:42+02:00
log70437354c02125f6a6dd36d53b5edb8f5cd193c2
tree4291ccb39a0b9a658499380c2b14886c3927c5f4
parent3830fc041b2ccfc989546ed1d689cde6a38dc647

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 {...@@ -158,6 +158,7 @@ pub const cpu_models = struct {
158 0x43 => &Cavium,158 0x43 => &Cavium,
159 0x46 => &Fujitsu,159 0x46 => &Fujitsu,
160 0x48 => &HiSilicon,160 0x48 => &HiSilicon,
161 0x4e => &Nvidia,
161 0x50 => &Ampere,162 0x50 => &Ampere,
162 0x51 => &Qualcomm,163 0x51 => &Qualcomm,
163 0x61 => &Apple,164 0x61 => &Apple,