| author | |
| committer | |
| log | 0b00adc6fcfb78991d1873056b447a248a0f702b |
| tree | 00937b9dd563d54b1b5a5a76778d203c76a9b408 |
| parent | b5bd111f1085b4c5630ac61c03567cdabf20e286 |
| signature |
Haiku's build system targets this.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Target.zig+1| ... | ... | @@ -2046,6 +2046,7 @@ pub const Cpu = struct { |
| 2046 | 2046 | }, |
| 2047 | 2047 | .armeb, .thumbeb => &arm.cpu.baseline, |
| 2048 | 2048 | .aarch64 => switch (os.tag) { |
| 2049 | .haiku => &aarch64.cpu.cortex_a55, | |
| 2049 | 2050 | .driverkit, .maccatalyst, .macos => &aarch64.cpu.apple_m1, |
| 2050 | 2051 | .ios, .tvos => &aarch64.cpu.apple_a7, |
| 2051 | 2052 | .visionos => &aarch64.cpu.apple_m2, |