mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
std.Target.aarch64: updates for LLVM 21.1.5
This commit is contained in:
parent
8907dc8a4f
commit
7881a60f1a
1 changed files with 0 additions and 2 deletions
|
|
@ -1778,10 +1778,8 @@ pub const all_features = blk: {
|
||||||
.description = "Support ARM v9.6a architecture",
|
.description = "Support ARM v9.6a architecture",
|
||||||
.dependencies = featureSet(&[_]Feature{
|
.dependencies = featureSet(&[_]Feature{
|
||||||
.cmpbr,
|
.cmpbr,
|
||||||
.fprcvt,
|
|
||||||
.lsui,
|
.lsui,
|
||||||
.occmo,
|
.occmo,
|
||||||
.sve2p2,
|
|
||||||
.v9_5a,
|
.v9_5a,
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue