|
|
|
|
|
by gameswithgo
2464 days ago
|
|
I recently did a live coding tutorial on using SIMD intrinsics which is one of the big new features in .NET Core 3.0. It covers the basics of what is SIMD, what are intrinsics, and I do some live coding/benchmark examples in C# where I cover how to lay out data and use SIMD effectively: https://www.twitch.tv/videos/482930779?t=00h09m01s |
|