logoalt Hacker News

forrestthewoodsyesterday at 4:51 PM0 repliesview on HN

> Not many compilers support vector functions

Hrm. Anyone who has spent time writing SIMD optimizations know not to trust the compiler.

If you want to write SIMD then… just use intrinsics? It’s a bit annoying to create a wrapper that supports x64 SSE/AVX and also Arm NEON. But that’s what we’ve been doing for decades.