From 14ddd423fb547c5dc3ea82bac9c118c5f4e7ffd8 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 --- library/stdarch/crates/core_arch/src/core_arch_docs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/stdarch/crates/core_arch/src/core_arch_docs.md b/library/stdarch/crates/core_arch/src/core_arch_docs.md index 93a2e3d33eb4..2933885ff138 100644 --- a/library/stdarch/crates/core_arch/src/core_arch_docs.md +++ b/library/stdarch/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