Benchmark of .NET SIMD Vector types(Vector, Vector<T>, Vector256 ...) (.NET SIMD 向量类型的基准测试)
Folder list:
- BenchmarkVector: Using SIMD vector types to speed up floating-point array summation #4 (使用SIMD向量类型加速浮点数组求和运算 #4). Article: https://www.cnblogs.com/zyl910/p/dotnet_simd_BenchmarkVector4.html
- BenchmarkVector1: Using SIMD vector types to speed up floating-point array summation #1 (使用SIMD向量类型加速浮点数组求和运算 #1). Article: https://www.cnblogs.com/zyl910/p/dotnet_simd_BenchmarkVector1.html
- BenchmarkVector2: Using SIMD vector types to speed up floating-point array summation #2 (使用SIMD向量类型加速浮点数组求和运算 #2). Article: https://www.cnblogs.com/zyl910/p/dotnet_simd_BenchmarkVector2.html
- BenchmarkVector3: Using SIMD vector types to speed up floating-point array summation #3 (使用SIMD向量类型加速浮点数组求和运算 #3). Article: https://www.cnblogs.com/zyl910/p/dotnet_simd_BenchmarkVector3.html
- VectorClassDemo: Demo for
Vectorstatic class (Vector静态类的范例). Article: https://www.cnblogs.com/zyl910/p/dotnet_simd_VectorClassDemo.html