Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 249 Bytes

File metadata and controls

5 lines (3 loc) · 249 Bytes

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