| author | |
| committer | |
| log | ccbd6a3c197d7593fc8aaaf0108630c3526dc00d |
| tree | 84b283cf6986ff0e8f1cd7eefa2fdc81a77ea52a |
| parent | 5b90bb103fa81de79d64033707fe16748240a7a0 |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/zig/system/arm.zig+2| ... | ... | @@ -121,11 +121,13 @@ pub const cpu_models = struct { |
| 121 | 121 | // implementer = 0x48 |
| 122 | 122 | const HiSilicon = [_]E{ |
| 123 | 123 | E{ .part = 0xd01, .m64 = &A64.tsv110 }, |
| 124 | E{ .part = 0xd06, .m64 = &A64.hip12 }, | |
| 124 | 125 | }; |
| 125 | 126 | // implementer = 0x4e |
| 126 | 127 | const Nvidia = [_]E{ |
| 127 | 128 | E{ .part = 0x004, .m64 = &A64.carmel }, |
| 128 | 129 | E{ .part = 0x010, .m64 = &A64.olympus }, |
| 130 | E{ .part = 0x011, .m64 = &A64.rigel }, | |
| 129 | 131 | }; |
| 130 | 132 | // implementer = 0x50 |
| 131 | 133 | const Ampere = [_]E{ |