We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f71bb6 commit cf11075Copy full SHA for cf11075
libc/docs/arch_support.rst
@@ -1,20 +1,17 @@
1
Architecture Support
2
====================
3
4
-The currently continuously tested CPU architures are:
+The currently continuously tested architectures are:
5
6
-* x86_64
7
* aarch64
+* amdgpu
8
* arm
9
+* nvptx
10
* riscv32
11
* riscv64
12
+* x86_64
13
-i386 support is in the works.
-
14
-The currently continuously tested GPU architures are:
15
16
-* amdgcn-amd-amdhsa
17
-* nvptx64-nvidia-cuda
+i386 support is [in the works](https://github.com/llvm/llvm-project/issues/93709).
18
19
See "`Bringup on a New OS or Architecture <porting.html>`__" for more
20
information. Please do first file a bug in
0 commit comments