We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe3243 commit c69262dCopy full SHA for c69262d
lib/std/Target.zig
@@ -1919,7 +1919,7 @@ pub const Cpu = struct {
1919
else => generic(arch),
1920
},
1921
.avr => &avr.cpu.avr2,
1922
- .bpfel, .bpfeb => &bpf.cpu.v1,
+ .bpfel, .bpfeb => &bpf.cpu.v3,
1923
.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.
1925
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.
0 commit comments