Projects and annotations used to learn assembly for x64 processors.
Each folder contains two projects:
- Main: implementation.
- Test: verify if it works.
Do not expect optimized code.
[1] Says x86 but focuses on x64 and AVX, AVX2 and AVX-512 (github)