[libc-commits] [libc] [libc][docs] split up platform and arch support (PR #120125)

Nick Desaulniers via libc-commits libc-commits at lists.llvm.org
Mon Dec 16 11:08:46 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
----------------
nickdesaulniers wrote:

@jhuber6 how would you phrase this section on GPU arch support?

I think it's useful in the context of https://news.ycombinator.com/item?id=42388724 (IIRC there was a comment about Intel GPU)

https://github.com/llvm/llvm-project/pull/120125


More information about the libc-commits mailing list