Hey, finally! I just published a new - and real - blog post "10x Performance with SIMD Vectorized Code in C#/.NET" https://xoofx.com/blog/2023/07/09/10x-performance-with-simd-in-csharp-dotnet/ 🎉

That was a quick write up, so my apologize for the poor phrasing, after 3 years without writing a blog post, I feel rusty. But it feels good to share again! 🤗 #dotnet

10x Performance with SIMD Vectorized Code in C#/.NET | xoofx

@xoofx Now with Burst Intrinsics!
@tjheuvel naan, the truth is that it wouldn't make a dime change. Burst and its intrinsics wouldn't be able to optimize more than this. 😉
We are working on bringing support for System.Runtime.Intrinsics.x86 and ARM in the future that should hopefully obsolete Burst intrinsics.

@xoofx Curiousity got the better of me, but i cant get it to work at all.

For some reason SseSupported returns false, in an IL2CPP build using the performance test framework. Burst AOT settings has everything on too...