System.Numerics.Vectors
1.1.5-beta
Prefix Reserved
See the version list below for details.
Requires NuGet 2.5 or higher.
dotnet add package System.Numerics.Vectors --version 1.1.5-beta
NuGet\Install-Package System.Numerics.Vectors -Version 1.1.5-beta
<PackageReference Include="System.Numerics.Vectors" Version="1.1.5-beta" />
paket add System.Numerics.Vectors --version 1.1.5-beta
#r "nuget: System.Numerics.Vectors, 1.1.5-beta"
// Install System.Numerics.Vectors as a Cake Addin #addin nuget:?package=System.Numerics.Vectors&version=1.1.5-beta&prerelease // Install System.Numerics.Vectors as a Cake Tool #tool nuget:?package=System.Numerics.Vectors&version=1.1.5-beta&prerelease
This package provides APIs for accessing CPU-specific Single Instruction Multiple Data (SIMD) operations. SIMD allows parallelizing certain operations at the hardware level. This is especially useful in domains that perform computations over vectors, such as graphics, gaming, mathematics or finance.
The types in this package are implemented in IL which allows them to be used on non-SIMD enabled JIT compilers and hardware. However, in order to actually use SIMD instructions, you'll need to run on a JIT compiler that knows about these types in order to emit SIMD instructions. The JIT shipped with the current .NET runtime does not. The .NET code generation team has published a CTP of the the new JIT, codenamed "RyuJIT". The CTP adds SIMD support when compiling for x64.
Supported Targets:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries
Product | Versions Compatible and additional computed target framework versions. |
---|---|
Windows Store | win8 is compatible. |
This package has no dependencies.
GitHub repositories (516)
Showing the top 5 popular GitHub repositories that depend on System.Numerics.Vectors:
Repository | Stars |
---|---|
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
|
|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
leiurayer/downkyi
哔哩下载姬downkyi,哔哩哔哩网站视频下载工具,支持批量下载,支持8K、HDR、杜比视界,提供工具箱(音视频提取、去水印等)。
|
|
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
|
|
QL-Win/QuickLook
Bring macOS “Quick Look” feature to Windows
|
Version | Downloads | Last updated |
---|---|---|
4.6.0-preview.19073.11 | 2 | 1/28/2019 |
4.6.0-preview.18571.3 | 2 | 11/30/2018 |
4.1.0 | 22,232 | 7/20/2015 |
4.1.0-beta-23019 | 200 | 6/29/2015 |
4.0.0 | 5,659 | 4/2/2015 |
1.1.6-beta | 543 | 12/20/2014 |
1.1.5-beta | 795 | 11/4/2014 |