From 024527c0a05f01aa2f1cc1e84f62916d44241209 Mon Sep 17 00:00:00 2001 From: Maddy Underwood <167196745+madeline-underwood@users.noreply.github.com> Date: Tue, 8 Jul 2025 19:35:34 +0100 Subject: [PATCH] Update 10-going-further.md space missing between two words --- .../multiplying-matrices-with-sme2/10-going-further.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/10-going-further.md b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/10-going-further.md index 6cc5e2382d..95561d0929 100644 --- a/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/10-going-further.md +++ b/content/learning-paths/cross-platform/multiplying-matrices-with-sme2/10-going-further.md @@ -72,6 +72,6 @@ An even more *degenerated* case that is easy to manage is when one of the matric Although the current code used here handles it correctly from a results point of view, a different algorithm and use of instructions might be more efficient. Can you think of another way? -In order to check your understanding of SME2, you can try to implement thisunrolling yourself in the intrinsic version (the asm version already has this optimization). You can check your work by comparing your results to the expected reference values. +In order to check your understanding of SME2, you can try to implement this unrolling yourself in the intrinsic version (the asm version already has this optimization). You can check your work by comparing your results to the expected reference values.