This is an introduction to learn more about SIMD (or more specifically, NEON in our case).
Start by reading neon.cpp.
cmake -S . -b build -DCMAKE_BUILD_TYPE=Releasecmake --build build
Then run build/neon-tutorial.
Happy hacking! I hope you learn some cool stuff.