Info
Version: | 4.6.0 |
Author(s): | Gilad Freidkin |
Last Update: | Sunday, November 20, 2022 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SimpleSIMD |
Install
Install-Package SimpleSIMD
dotnet add package SimpleSIMD
paket add SimpleSIMD
SimpleSIMD Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Now each method in SimdOps is generic, instead of SimdOps<T>,
i.e SimdOps.Abs<T>() instead of SimdOps<T>.Abs().