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.
outline-atomics
1 parent 2105a25 commit fbeeee2Copy full SHA for fbeeee2
compiler/rustc_target/src/spec/targets/aarch64_unknown_freebsd.rs
@@ -15,7 +15,7 @@ pub(crate) fn target() -> Target {
15
data_layout: "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32".into(),
16
arch: Arch::AArch64,
17
options: TargetOptions {
18
- features: "+v8a".into(),
+ features: "+v8a,+outline-atomics".into(),
19
max_atomic_width: Some(128),
20
stack_probes: StackProbeType::Inline,
21
supported_sanitizers: SanitizerSet::ADDRESS
0 commit comments