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 3ae0ba0 commit b0bd11bCopy full SHA for b0bd11b
compiler/rustc_target/src/spec/targets/xtensa_esp32s2_none_elf.rs
@@ -18,6 +18,7 @@ pub(crate) fn target() -> Target {
18
vendor: "espressif".into(),
19
cpu: "esp32-s2".into(),
20
linker: Some("xtensa-esp32s2-elf-gcc".into()),
21
+ features: "+forced-atomics".into(),
22
max_atomic_width: Some(32),
23
..xtensa::opts()
24
},
0 commit comments