| author | |
| committer | |
| log | b2d568e813d61ac05ea99020296d24fd8ddd5824 |
| tree | a251112fd44eb766ff94ec5722296545948c8e09 |
| parent | 38e0f049c531e83ec2eec80d50b624e6c3b8c486 |
| signature |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/elf.zig+3| ... | ... | @@ -1531,6 +1531,9 @@ pub const EM = enum(u16) { |
| 1531 | 1531 | /// Tilera TILEPro multicore architecture family |
| 1532 | 1532 | TILEPRO = 188, |
| 1533 | 1533 | |
| 1534 | /// Xilinx MicroBlaze | |
| 1535 | MICROBLAZE = 189, | |
| 1536 | ||
| 1534 | 1537 | /// NVIDIA CUDA architecture |
| 1535 | 1538 | CUDA = 190, |
| 1536 | 1539 |