Skip to content

Commit 225de27

Browse files
committed
std.Target: Bump baseline hexagon model to hexagonv68.
llvm/llvm-project#125584
1 parent 9ee4548 commit 225de27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/std/Target.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1921,7 +1921,7 @@ pub const Cpu = struct {
19211921
.avr => &avr.cpu.avr2,
19221922
.bpfel, .bpfeb => &bpf.cpu.v3,
19231923
.csky => &csky.cpu.ck810, // gcc/clang do not have a generic csky model.
1924-
.hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model.
1924+
.hexagon => &hexagon.cpu.hexagonv68, // gcc/clang do not have a generic hexagon model.
19251925
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.
19261926
.loongarch64 => &loongarch.cpu.loongarch64,
19271927
.m68k => &m68k.cpu.M68000,

0 commit comments

Comments
 (0)