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

@@ -121,7 +121,7 @@ Cargo поддерживает различные целевые системы
"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,
@@ -144,7 +144,7 @@ Cargo поддерживает различные целевые системы
"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
@@ -210,7 +210,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,