We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e69025 + 3747628 commit f677cbeCopy full SHA for f677cbe
compiler/rustc_target/src/spec/aarch64_apple_darwin.rs
@@ -2,7 +2,7 @@ use crate::spec::{FramePointer, LinkerFlavor, SanitizerSet, Target, TargetOption
2
3
pub fn target() -> Target {
4
let mut base = super::apple_base::opts("macos");
5
- base.cpu = "apple-a12".to_string();
+ base.cpu = "apple-a14".to_string();
6
base.max_atomic_width = Some(128);
7
8
// FIXME: The leak sanitizer currently fails the tests, see #88132.
0 commit comments