Remix.run Logo
Jtarii 5 hours ago

>Good news is that modern compilers are more than capable of emitting SIMD code even if original source is nothing but.

This is only true if you are intentionally writing code that the compiler can easily vectorise. Which is not most code.