| author | |
| committer | |
| log | 62ba3965d145b8031d3ae263bd2235c34778eae2 |
| tree | 226cb6258677cab0a908f369d90e2afc34e214d3 |
| parent | 1a760bedc5acbad2cadb36f5cd8412035c64383b |
| 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{ |