Using BenchmarkDotNet for reliable comparisons, upgrading to .NET Core 3.1
- Instead of the custom measurement related code, switched to the awesome BenchmarkDotNet for providing reliable comparisons between the scalar and SIMD operations.
- Switched to CoreCLR (.NET Core 3.1) to have the latest version of the runtime and to support multiple platforms.