Programming Resources
C++
See how C++ translates to assembly using various compilers.
See what C++ looks like internally to a compiler (source to source translation).
SIMD
A practical guide to SSE SIMD with C++
Qiqitori Blogs
Matrix multiplication using gcc’s auto-vectorization