Skip to content

Commit 7043735

Browse files
nektroalexrp
authored andcommitted
std: add nvidia as a known arm implementer
1 parent 3830fc0 commit 7043735

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/std/zig/system/arm.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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,

0 commit comments

Comments
 (0)