Skip to content

Commit b4a415d

Browse files
Merge pull request #2121 from jasonrandrews/review
Fix SME2 references for clarity
2 parents ee29c2b + 7884ee8 commit b4a415d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/1-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: learningpathall
99
## Choose your SME2 setup: native or emulated
1010

1111
{{< notice Note>}}
12-
This Learning Path demonstrates how to use SME2 on macOS on a device with an M4 chip. It does not provide instructions for using SME on iPhone or iPad, even though they have SME2 support.
12+
This Learning Path demonstrates how to use SME2 on macOS on a device with an M4 chip. It does not provide instructions for using SME2 on iPhone or iPad, even though they have SME2 support.
1313
{{< /notice >}}
1414

1515
To build or run SME2-accelerated code, first set up your development environment.

content/learning-paths/cross-platform/multiplying-matrices-with-sme2/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ learning_objectives:
1414
- Compare performance metrics between baseline and SME2-optimized implementations
1515

1616
prerequisites:
17-
- Working knowledge of Arm’s SVE and SME instruction sets
17+
- Working knowledge of Arm’s SVE and SME2 instruction sets
1818
- Intermediate proficiency with the C programming language and the Armv9-A assembly language
1919
- A computer running Linux, macOS, or Windows
2020
- Installations of Git and Docker for project setup and emulation

0 commit comments

Comments
 (0)