Skip to content

Commit 1ec729c

Browse files
committed
std.Target: update CPU features to LLVM 21
1 parent 6fc06c3 commit 1ec729c

File tree

13 files changed

+2227
-212
lines changed

13 files changed

+2227
-212
lines changed

lib/std/Target/aarch64.zig

Lines changed: 369 additions & 28 deletions
Large diffs are not rendered by default.

lib/std/Target/amdgcn.zig

Lines changed: 183 additions & 108 deletions
Large diffs are not rendered by default.

lib/std/Target/arm.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,6 +2646,7 @@ pub const cpu = struct {
26462646
.name = "star_mc1",
26472647
.llvm_name = "star-mc1",
26482648
.features = featureSet(&[_]Feature{
2649+
.avoid_muls,
26492650
.dsp,
26502651
.fix_cmse_cve_2021_35465,
26512652
.fp_armv8d16sp,

0 commit comments

Comments
 (0)