From 69a7cb8be3c077bea91b8d9d17dc4e717dd05c3c Mon Sep 17 00:00:00 2001 From: Folkert de Vries Date: Sun, 16 Mar 2025 23:31:48 +0100 Subject: [PATCH] add `s390x` to the module docs --- 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 2933885ff138..bfa1b7228860 100644 --- a/library/stdarch/crates/core_arch/src/core_arch_docs.md +++ b/library/stdarch/crates/core_arch/src/core_arch_docs.md @@ -194,6 +194,7 @@ others at: * [`nvptx`] * [`wasm32`] * [`loongarch64`] +* [`s390x`] [`x86`]: ../../core/arch/x86/index.html [`x86_64`]: ../../core/arch/x86_64/index.html @@ -208,6 +209,7 @@ others at: [`nvptx`]: ../../core/arch/nvptx/index.html [`wasm32`]: ../../core/arch/wasm32/index.html [`loongarch64`]: ../../core/arch/loongarch64/index.html +[`s390x`]: ../../core/arch/s390x/index.html # Examples