Introduction
About NEON and Adler32
Create a C Version of Adler32
Create a test program
Create a Makefile
Build and run the test program
Create a NEON version of Adler32
Compare the NEON version to the standard C version of Adler32
Debug the NEON version to match the standard C version
Summarize the project with a README.md file
Other ideas for GitHub Copilot
Next Steps
Skill level: | Introductory |
Reading time: | 45 min |
Last updated: | 29 Apr 2025 |
Skill level: |
Introductory |
Reading time: |
45 min |
Last updated: |
29 Apr 2025 |
This is an introductory topic for C/C++ developers who are interested in using GitHub Copilot to improve performance using NEON intrinsics.
Upon completion of this learning path, you will be able to:
Before starting, you will need the following: