| author | |
| committer | |
| log | 9397dc5af686c26fff7cb3f6e93e3151bb5786ca |
| tree | 4dbd6e1dec3b55e0144252176c233965b83869fc |
| parent | 4ab34b142ef53ecb5e469b0494e5ab8ff322769c |
| signature |
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, |