commit 9397dc5af686c26fff7cb3f6e93e3151bb5786ca (tree)
parent 4ab34b142ef53ecb5e469b0494e5ab8ff322769c
Author: Meghan Denny <hello@nektro.net>
Date: Tue, 8 Apr 2025 15:16:38 -0700
std: add nvidia as a known arm implementer
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/std/zig/system/arm.zig b/lib/std/zig/system/arm.zig
@@ -158,6 +158,7 @@ pub const cpu_models = struct {
0x43 => &Cavium,
0x46 => &Fujitsu,
0x48 => &HiSilicon,
+ 0x4e => &Nvidia,
0x50 => &Ampere,
0x51 => &Qualcomm,
0x61 => &Apple,