From b85deb2d3083bf5f89e386e7bb0fa07519baa2aa Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Thu, 20 Mar 2025 15:43:40 +0800 Subject: [PATCH] Incldue loongarch64 in the list of other architectures --- crates/core_arch/src/core_arch_docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/core_arch/src/core_arch_docs.md b/crates/core_arch/src/core_arch_docs.md index 93a2e3d33e..2933885ff1 100644 --- a/crates/core_arch/src/core_arch_docs.md +++ b/crates/core_arch/src/core_arch_docs.md @@ -193,6 +193,7 @@ others at: * [`powerpc64`] * [`nvptx`] * [`wasm32`] +* [`loongarch64`] [`x86`]: ../../core/arch/x86/index.html [`x86_64`]: ../../core/arch/x86_64/index.html @@ -206,6 +207,7 @@ others at: [`powerpc64`]: ../../core/arch/powerpc64/index.html [`nvptx`]: ../../core/arch/nvptx/index.html [`wasm32`]: ../../core/arch/wasm32/index.html +[`loongarch64`]: ../../core/arch/loongarch64/index.html # Examples