std.Target: add ve arch

This commit is contained in:
Andrew Kelley 2020-01-29 23:58:28 -05:00
parent a63a2fdf76
commit c75f65d38c
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9

View File

@ -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,