Skip to content

Files

Latest commit

b811284 · Mar 8, 2022

History

History
This branch is 68 commits behind linkdotnet/BlogExamples:main.

ArraySumPerformanceSIMD

Using SSE in C# on the example of the sum of a list

The blog post shows how to use SSE in C# and how much faster we can go than a traditional for loop or LINQ.

Found here