@@ -57,7 +57,7 @@ Specifically, these platforms are required to have each of the following:
5757
5858target | std | host | notes
5959-------|-----|------|-------
60- ` aarch64-apple-ios ` | ✓ | | ARM64 iOS
60+ ` aarch64-apple-ios ` | ✓[ ^ apple ] | | ARM64 iOS
6161` aarch64-fuchsia ` | ✓ | | ARM64 Fuchsia
6262` aarch64-linux-android ` | ✓ | | ARM64 Android
6363` aarch64-pc-windows-msvc ` | ✓ | | ARM64 Windows MSVC
@@ -122,7 +122,7 @@ target | std | host | notes
122122` wasm32-unknown-emscripten ` | ✓ | | WebAssembly via Emscripten
123123` wasm32-unknown-unknown ` | ✓ | | WebAssembly
124124` wasm32-wasi ` | ✓ | | WebAssembly with WASI
125- ` x86_64-apple-ios ` | ✓ | | 64-bit x86 iOS
125+ ` x86_64-apple-ios ` | ✓[ ^ apple ] | | 64-bit x86 iOS
126126` x86_64-fortanix-unknown-sgx ` | ✓ | | [ Fortanix ABI] for 64-bit Intel SGX
127127` x86_64-fuchsia ` | ✓ | | 64-bit Fuchsia
128128` x86_64-linux-android ` | ✓ | | 64-bit x86 Android
@@ -147,7 +147,7 @@ not available.
147147target | std | host | notes
148148-------|-----|------|-------
149149` aarch64-apple-darwin ` | ? | | ARM64 macOS
150- ` aarch64-apple-tvos ` | * | | ARM64 tvOS
150+ ` aarch64-apple-tvos ` | * [ ^ apple ] | | ARM64 tvOS
151151` aarch64-unknown-cloudabi ` | ✓ | | ARM64 CloudABI
152152` aarch64-unknown-freebsd ` | ✓ | ✓ | ARM64 FreeBSD
153153` aarch64-unknown-hermit ` | ? | |
@@ -159,16 +159,16 @@ target | std | host | notes
159159` armv4t-unknown-linux-gnueabi ` | ? | |
160160` armv6-unknown-freebsd ` | ✓ | ✓ | ARMv6 FreeBSD
161161` armv6-unknown-netbsd-eabihf ` | ? | |
162- ` armv7-apple-ios ` | ✓ | | RMv7 iOS, Cortex-
162+ ` armv7-apple-ios ` | ✓[ ^ apple ] | | ARMv7 iOS, Cortex-a8
163163` armv7-unknown-cloudabi-eabihf ` | ✓ | | ARMv7 CloudABI, hardfloat
164164` armv7-unknown-freebsd ` | ✓ | ✓ | ARMv7 FreeBSD
165165` armv7-unknown-netbsd-eabihf ` | ? | |
166166` armv7-wrs-vxworks-eabihf ` | ? | |
167167` armv7a-none-eabihf ` | * | | ARM Cortex-A, hardfloat
168- ` armv7s-apple-ios ` | ✓ | |
168+ ` armv7s-apple-ios ` | ✓[ ^ apple ] | |
169169` avr-unknown-unknown ` | ? | | AVR
170170` hexagon-unknown-linux-musl ` | ? | |
171- ` i386-apple-ios ` | ✓ | | 32-bit x86 iOS
171+ ` i386-apple-ios ` | ✓[ ^ apple ] | | 32-bit x86 iOS
172172` i686-apple-darwin ` | ✓ | ✓ | 32-bit OSX (10.7+, Lion+)
173173` i686-pc-windows-msvc ` | ✓ | | 32-bit Windows XP support
174174` i686-unknown-cloudabi ` | ✓ | | 32-bit CloudABI
@@ -203,8 +203,8 @@ target | std | host | notes
203203` thumbv7a-uwp-windows-msvc ` | ✓ | |
204204` thumbv7neon-unknown-linux-musleabihf ` | ? | | Thumb2-mode ARMv7a Linux with NEON, MUSL
205205` 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
208208` x86_64-linux-kernel ` | ? | | Linux kernel modules
209209` x86_64-pc-solaris ` | ? | |
210210` x86_64-pc-windows-msvc ` | ✓ | | 64-bit Windows XP support
@@ -220,3 +220,4 @@ target | std | host | notes
220220` x86_64-wrs-vxworks ` | ? | |
221221
222222[ runs on NVIDIA GPUs ] : https://github.com/japaric-archived/nvptx#targets
223+ [ ^ apple ] : These targets are only available on macOS.
0 commit comments