std.Target.aarch64: updates for LLVM 21.1.5

This commit is contained in:
Alex Rønne Petersen 2025-10-29 07:48:12 +01:00
parent 8907dc8a4f
commit 7881a60f1a
No known key found for this signature in database

View file

@ -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,
}), }),
}; };