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 aa69d39 commit 27693dfCopy full SHA for 27693df
compiler/rustc_target/src/spec/targets/hexagon_qurt.rs
@@ -13,12 +13,11 @@ pub(crate) fn target() -> Target {
13
std: Some(true),
14
},
15
pointer_width: 32,
16
- data_layout: concat!(
17
- "e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32",
18
- ":32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32",
19
- ":32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048",
20
- ":2048:2048"
21
- )
+ data_layout: "\
+ e-m:e-p:32:32:32-a:0-n16:32-i64:64:64-i32:32\
+ :32-i16:16:16-i1:8:8-f32:32:32-f64:64:64-v32\
+ :32:32-v64:64:64-v512:512:512-v1024:1024:1024-v2048\
+ :2048:2048".into()
22
.into(),
23
arch: "hexagon".into(),
24
options: TargetOptions {
0 commit comments