|
|
|
|
|
by chuckcode
2146 days ago
|
|
Some matrix math libraries like Eigen[1] support vectorization via SSE, AVX, NEON, etc. and also use cache friendly algorithms for larger matrices. Highly recommended when you don't need to go quite as low level as individual instructions. [1] http://eigen.tuxfamily.org |
|
For custom work, https://github.com/VcDevel/std-simd is working it's way into the C++ standard.