mirror of
https://github.com/ziglang/zig.git
synced 2026-01-10 01:15:14 +00:00
std.Target: add ve arch
This commit is contained in:
parent
a63a2fdf76
commit
c75f65d38c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user