Update blog for target-pointer-width change

This commit is contained in:
Philipp Oppermann
2025-09-03 18:02:19 +02:00
parent b3e0b5e139
commit 95d4fbd54c
8 changed files with 24 additions and 24 deletions

View File

@@ -124,7 +124,7 @@ rtl = true
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "linux",
"executables": true,
@@ -147,7 +147,7 @@ rtl = true
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true
@@ -212,7 +212,7 @@ As we want to use the `soft-float` feature, we also need to tell the Rust compil
"data-layout": "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128",
"arch": "x86_64",
"target-endian": "little",
"target-pointer-width": "64",
"target-pointer-width": 64,
"target-c-int-width": 32,
"os": "none",
"executables": true,