Skip to content

Commit 9c5cd03

Browse files
updates
1 parent 1e391a5 commit 9c5cd03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/learning-paths/cross-platform/adler32/neon-run-8.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ layout: learningpathall
88

99
## How can I run the NEON version of Adler32 and compare performance?
1010

11-
The first step to investigate if NEON can provide improved performance is to make sure the NEON version builds, runs, and matches the results of the C version.
11+
Before comparing performance, you need to ensure that the NEON implementation builds, runs, and produces the same results as the standard C version.
1212

1313
To build the NEON version and compare it to the C version use the prompt below in your GitHub Copilot Agent session:
1414

@@ -123,6 +123,6 @@ The NEON implementation offers significant performance improvements (up to 5x fa
123123
If you'd like, I can analyze the code to identify and fix the issue in the NEON implementation so you can maintain both correctness and the performance benefits.
124124
```
125125

126-
GitHub Copilot has come to the conclusion that although the NEON version looks like it offers better performance, it does not produce the correct results for the checksums. Obviously, this is not a good result which needs to be fixed.
126+
GitHub Copilot determined that while the NEON version delivers better performance, it currently produces incorrect checksums. This must be addressed before the NEON implementation can be considered correct or production-ready.
127127

128-
Continue to the next section to fix the functional issues and continue with the performance comparison.
128+
In the next section, you'll fix the functional issues in the NEON implementation and re-run the performance comparison.

0 commit comments

Comments
 (0)