summaryrefslogtreecommitdiff
path: root/Documentation/rust/arch-support.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/rust/arch-support.rst')
-rw-r--r--Documentation/rust/arch-support.rst16
1 files changed, 11 insertions, 5 deletions
diff --git a/Documentation/rust/arch-support.rst b/Documentation/rust/arch-support.rst
index 6982b63775da..6e6a515d0899 100644
--- a/Documentation/rust/arch-support.rst
+++ b/Documentation/rust/arch-support.rst
@@ -12,8 +12,14 @@ which uses ``libclang``.
Below is a general summary of architectures that currently work. Level of
support corresponds to ``S`` values in the ``MAINTAINERS`` file.
-============ ================ ==============================================
-Architecture Level of support Constraints
-============ ================ ==============================================
-``x86`` Maintained ``x86_64`` only.
-============ ================ ==============================================
+============= ================ ==============================================
+Architecture Level of support Constraints
+============= ================ ==============================================
+``arm`` Maintained ARMv7 Little Endian only.
+``arm64`` Maintained Little Endian only.
+``loongarch`` Maintained \-
+``riscv`` Maintained ``riscv64`` and LLVM/Clang only.
+``um`` Maintained \-
+``x86`` Maintained ``x86_64`` only.
+============= ================ ==============================================
+