SIMD instructions considered harmful | Hugonweb Annotated Link Bibliography

https://www.sigarch.org/simd-instructions-considered-harmful/

Interesting how vector instructions can be more performant than SIMD instructions. Also nice to not have a million SIMD instructions as registers grow in bit-width. It seems like a clear win to use vector instructions for RISC-V, so the vector registers can vary in size between implementations.