Microsoft.Bcl.Simd 1.0.2-beta

Prefix Reserved
This is a prerelease version of Microsoft.Bcl.Simd.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.

Requires NuGet 2.5 or higher.

dotnet add package Microsoft.Bcl.Simd --version 1.0.2-beta
                    
NuGet\Install-Package Microsoft.Bcl.Simd -Version 1.0.2-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.Bcl.Simd" Version="1.0.2-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.Bcl.Simd" Version="1.0.2-beta" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.Bcl.Simd" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.Bcl.Simd --version 1.0.2-beta
                    
#r "nuget: Microsoft.Bcl.Simd, 1.0.2-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.Bcl.Simd@1.0.2-beta
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.Bcl.Simd&version=1.0.2-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.Bcl.Simd&version=1.0.2-beta&prerelease
                    
Install as a Cake Tool

This packages 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 current .NET 4.5.1 runtime doesn't. 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.

For more details around RyuJIT and how it's installed have a look at this post:

https://blogs.msdn.com/b/dotnet/archive/2013/09/30/ryujit-the-next-generation-jit-compiler.aspx

Supported Targets:
- .NET Framework 4.5
- Windows 8
- Portable Class Libraries

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated