@@ -139,7 +139,7 @@ target | std | notes
139
139
` armv7r-none-eabi ` | * | Bare ARMv7-R
140
140
` armv7r-none-eabihf ` | * | Bare ARMv7-R, hardfloat
141
141
` asmjs-unknown-emscripten ` | ✓ | asm.js via Emscripten
142
- ` i586-pc-windows-msvc ` | ✓ | 32-bit Windows w/o SSE
142
+ ` i586-pc-windows-msvc ` | * | 32-bit Windows w/o SSE
143
143
` i586-unknown-linux-gnu ` | ✓ | 32-bit Linux w/o SSE (kernel 4.4, glibc 2.23)
144
144
` i586-unknown-linux-musl ` | ✓ | 32-bit Linux w/o SSE, MUSL
145
145
` i686-linux-android ` | ✓ | 32-bit x86 Android
@@ -236,7 +236,7 @@ target | std | host | notes
236
236
` hexagon-unknown-linux-musl ` | ? | |
237
237
` i386-apple-ios ` | ✓ | | 32-bit x86 iOS
238
238
` i686-apple-darwin ` | ✓ | ✓ | 32-bit macOS (10.7+, Lion+)
239
- ` i686-pc-windows-msvc ` | ✓ | | 32-bit Windows XP support
239
+ ` i686-pc-windows-msvc ` | * | | 32-bit Windows XP support
240
240
` i686-unknown-haiku ` | ✓ | ✓ | 32-bit Haiku
241
241
` i686-unknown-netbsd ` | ✓ | ✓ | NetBSD/i386 with SSE2
242
242
[ ` i686-unknown-openbsd ` ] ( platform-support/openbsd.md ) | ✓ | ✓ | 32-bit OpenBSD
@@ -283,7 +283,7 @@ target | std | host | notes
283
283
[ ` wasm64-unknown-unknown ` ] ( platform-support/wasm64-unknown-unknown.md ) | ? | | WebAssembly
284
284
` x86_64-apple-ios-macabi ` | ✓ | | Apple Catalyst on x86_64
285
285
` x86_64-apple-tvos ` | * | | x86 64-bit tvOS
286
- ` x86_64-pc-windows-msvc ` | ✓ | | 64-bit Windows XP support
286
+ ` x86_64-pc-windows-msvc ` | * | | 64-bit Windows XP support
287
287
` x86_64-sun-solaris ` | ? | | Deprecated target for 64-bit Solaris 10/11, illumos
288
288
` x86_64-unknown-dragonfly ` | ✓ | ✓ | 64-bit DragonFlyBSD
289
289
` x86_64-unknown-haiku ` | ✓ | ✓ | 64-bit Haiku
0 commit comments