Commit c75f65d38c

Andrew Kelley <andrew@ziglang.org>
2020-01-30 05:58:28
std.Target: add ve arch
1 parent a63a2fd
Changed files (1)
lib
lib/std/target.zig
@@ -348,6 +348,7 @@ pub const Target = union(enum) {
                 .bpfeb => ._BPF,
                 .sparcv9 => ._SPARCV9,
                 .s390x => ._S390,
+                .ve => ._NONE,
             };
         }
 
@@ -389,6 +390,7 @@ pub const Target = union(enum) {
                 .renderscript32,
                 .renderscript64,
                 .shave,
+                .ve,
                 => .Little,
 
                 .arc,