xref: /llvm-project/libc/docs/arch_support.rst (revision 13449c3de45111d21a1a7dc4df8be1c29bff6447)
1Architecture Support
2====================
3
4The currently continuously tested architectures are:
5
6* aarch64
7* amdgpu
8* arm
9* nvptx
10* riscv32
11* riscv64
12* x86_64
13
14i386 support is [in the works](https://github.com/llvm/llvm-project/issues/93709).
15
16See "`Bringup on a New OS or Architecture <porting.html>`__" for more
17information. Please do first file a bug in
18`our issue tracker <https://github.com/llvm/llvm-project/labels/libc>`__ before
19starting a port that you plan to upstream.
20