[libc-commits] [libc] [libc][docs] split up platform and arch support (PR #120125)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Mon Dec 16 14:32:30 PST 2024
================
@@ -0,0 +1,22 @@
+Architecture Support
+====================
+
+The currently continuously tested CPU architures are:
+
+* x86_64
+* aarch64
+* arm
+* riscv32
+* riscv64
+
+i386 support is in the works.
+
+The currently continuously tested GPU architures are:
+
+* amdgcn-amd-amdhsa
+* nvptx64-nvidia-cuda
----------------
jhuber6 wrote:
Also, might not even need to specify GPU / CPU, just say all the supported target architectures that are tested. Technically it's `nvptx64`, but NVIDIA removed support for the 32-bit target quite some time ago.
https://github.com/llvm/llvm-project/pull/120125
More information about the libc-commits
mailing list