Skip to content

Commit 7b8fc79

Browse files
final
1 parent 53262c5 commit 7b8fc79

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

content/learning-paths/cross-platform/adler32/build-6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 6
66
layout: learningpathall
77
---
88

9-
## How can I build and run the test program?
9+
## How Can I Build and Run the Test Program?
1010

1111
You now have all the required files to test the Adler32 algorithm:
1212
- A C implementation of the Adler32 function.

content/learning-paths/cross-platform/adler32/makefile-5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 5
66
layout: learningpathall
77
---
88

9-
## How can I create a Makefile to build and run the test program?
9+
## How Can I Create a Makefile to Build and Run the Test Program?
1010

1111
Paste the following prompt into GitHub Copilot. It tells Copilot to generate a Makefile that uses `gcc` and targets the Neoverse N1 processor for optimized performance.
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 8
66
layout: learningpathall
77
---
88

9-
## How can I run the NEON version of Adler32 and compare performance?
9+
## How Can I Run the NEON Version of Adler32 and Compare Performance?
1010

1111
Before comparing performance, you need to ensure that the NEON implementation builds, runs, and produces the same results as the standard C version.
1212

content/learning-paths/cross-platform/adler32/simple-c-3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create a C version of Adler32
2+
title: Create a C Version of Adler32
33
weight: 3
44

55
### FIXED, DO NOT MODIFY
66
layout: learningpathall
77
---
88

9-
## How can I generate a C function for Adler32?
9+
## How Can I Generate a C Function for Adler32?
1010

1111
You can use GitHub Copilot to generate a simple C version of the Adler32 checksum algorithm.
1212

content/learning-paths/cross-platform/adler32/summary-10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ weight: 10
66
layout: learningpathall
77
---
88

9-
## How can I summarize the project results?
9+
## How Can I Summarize the Project Results?
1010

1111
You can use GitHub Copilot to generate a project summary in a README file.
1212

0 commit comments

Comments
 (0)