@@ -57,7 +57,7 @@ Specifically, these platforms are required to have each of the following:
57
57
58
58
target | std | host | notes
59
59
-------|-----|------|-------
60
- ` aarch64-apple-ios ` | ✓ | | ARM64 iOS
60
+ ` aarch64-apple-ios ` | ✓[ ^ apple ] | | ARM64 iOS
61
61
` aarch64-fuchsia ` | ✓ | | ARM64 Fuchsia
62
62
` aarch64-linux-android ` | ✓ | | ARM64 Android
63
63
` aarch64-pc-windows-msvc ` | ✓ | | ARM64 Windows MSVC
@@ -122,7 +122,7 @@ target | std | host | notes
122
122
` wasm32-unknown-emscripten ` | ✓ | | WebAssembly via Emscripten
123
123
` wasm32-unknown-unknown ` | ✓ | | WebAssembly
124
124
` wasm32-wasi ` | ✓ | | WebAssembly with WASI
125
- ` x86_64-apple-ios ` | ✓ | | 64-bit x86 iOS
125
+ ` x86_64-apple-ios ` | ✓[ ^ apple ] | | 64-bit x86 iOS
126
126
` x86_64-fortanix-unknown-sgx ` | ✓ | | [ Fortanix ABI] for 64-bit Intel SGX
127
127
` x86_64-fuchsia ` | ✓ | | 64-bit Fuchsia
128
128
` x86_64-linux-android ` | ✓ | | 64-bit x86 Android
@@ -147,7 +147,7 @@ not available.
147
147
target | std | host | notes
148
148
-------|-----|------|-------
149
149
` aarch64-apple-darwin ` | ? | | ARM64 macOS
150
- ` aarch64-apple-tvos ` | * | | ARM64 tvOS
150
+ ` aarch64-apple-tvos ` | * [ ^ apple ] | | ARM64 tvOS
151
151
` aarch64-unknown-cloudabi ` | ✓ | | ARM64 CloudABI
152
152
` aarch64-unknown-freebsd ` | ✓ | ✓ | ARM64 FreeBSD
153
153
` aarch64-unknown-hermit ` | ? | |
@@ -159,16 +159,16 @@ target | std | host | notes
159
159
` armv4t-unknown-linux-gnueabi ` | ? | |
160
160
` armv6-unknown-freebsd ` | ✓ | ✓ | ARMv6 FreeBSD
161
161
` armv6-unknown-netbsd-eabihf ` | ? | |
162
- ` armv7-apple-ios ` | ✓ | | RMv7 iOS, Cortex-
162
+ ` armv7-apple-ios ` | ✓[ ^ apple ] | | ARMv7 iOS, Cortex-a8
163
163
` armv7-unknown-cloudabi-eabihf ` | ✓ | | ARMv7 CloudABI, hardfloat
164
164
` armv7-unknown-freebsd ` | ✓ | ✓ | ARMv7 FreeBSD
165
165
` armv7-unknown-netbsd-eabihf ` | ? | |
166
166
` armv7-wrs-vxworks-eabihf ` | ? | |
167
167
` armv7a-none-eabihf ` | * | | ARM Cortex-A, hardfloat
168
- ` armv7s-apple-ios ` | ✓ | |
168
+ ` armv7s-apple-ios ` | ✓[ ^ apple ] | |
169
169
` avr-unknown-unknown ` | ? | | AVR
170
170
` hexagon-unknown-linux-musl ` | ? | |
171
- ` i386-apple-ios ` | ✓ | | 32-bit x86 iOS
171
+ ` i386-apple-ios ` | ✓[ ^ apple ] | | 32-bit x86 iOS
172
172
` i686-apple-darwin ` | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)
173
173
` i686-pc-windows-msvc ` | ✓ | | 32-bit Windows XP support
174
174
` i686-unknown-cloudabi ` | ✓ | | 32-bit CloudABI
@@ -203,8 +203,8 @@ target | std | host | notes
203
203
` thumbv7a-uwp-windows-msvc ` | ✓ | |
204
204
` thumbv7neon-unknown-linux-musleabihf ` | ? | | Thumb2-mode ARMv7a Linux with NEON, MUSL
205
205
` thumbv4t-none-eabi ` | * | | ARMv4T T32
206
- ` x86_64-apple-ios-macabi ` | ✓ | | Apple Catalyst
207
- ` x86_64-apple-tvos ` | * | | x86 64-bit tvOS
206
+ ` x86_64-apple-ios-macabi ` | ✓[ ^ apple ] | | Apple Catalyst
207
+ ` x86_64-apple-tvos ` | * [ ^ apple ] | | x86 64-bit tvOS
208
208
` x86_64-linux-kernel ` | ? | | Linux kernel modules
209
209
` x86_64-pc-solaris ` | ? | |
210
210
` x86_64-pc-windows-msvc ` | ✓ | | 64-bit Windows XP support
@@ -220,3 +220,4 @@ target | std | host | notes
220
220
` x86_64-wrs-vxworks ` | ? | |
221
221
222
222
[ runs on NVIDIA GPUs ] : https://github.com/japaric-archived/nvptx#targets
223
+ [ ^ apple ] : These targets are only available on macOS.
0 commit comments