From ee245dbd6348105fa5587883c2c25e61cc2d8098 Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:32:40 +0300 Subject: [PATCH 1/2] Update archparam_defaults.rs --- src/archparam_defaults.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archparam_defaults.rs b/src/archparam_defaults.rs index d8fb535..34d0ddc 100644 --- a/src/archparam_defaults.rs +++ b/src/archparam_defaults.rs @@ -5,7 +5,7 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -//! architechture specific parameters +//! architecture specific parameters /// Columns in C, B that we handle at a time. (5th loop) /// From dcf024151f5278b5227ad3d1ff9f1b80a0d2c41e Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:33:00 +0300 Subject: [PATCH 2/2] Update archparam.rs --- src/archparam.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/archparam.rs b/src/archparam.rs index c19330a..936629d 100644 --- a/src/archparam.rs +++ b/src/archparam.rs @@ -5,7 +5,7 @@ // , at your // option. This file may not be copied, modified, or distributed // except according to those terms. -//! architechture specific parameters +//! architecture specific parameters //! //! NC: Columns in C, B that we handle at a time. (5th loop) //! KC: Rows of Bj at a time (4th loop)