We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1767585 commit 0f90aedCopy full SHA for 0f90aed
compiler/rustc_target/src/spec/aarch64_apple_darwin.rs
@@ -4,7 +4,7 @@ use crate::spec::{FramePointer, SanitizerSet, Target, TargetOptions};
4
pub fn target() -> Target {
5
let arch = Arch::Arm64;
6
let mut base = opts("macos", arch);
7
- base.cpu = "apple-a14".into();
+ base.cpu = "apple-m1".into();
8
base.max_atomic_width = Some(128);
9
10
// FIXME: The leak sanitizer currently fails the tests, see #88132.
0 commit comments