1.6 KiB
1.6 KiB
System.Numerics.Vectors
Information
Version History
4.0.0
- Stabilized surface area for fixed-size types and removed "beta" pre-release tag
- Removed
VectorandVector<T>from stable-version package, please continue using the pre-release package (1.1.6) if you rely on these types).
1.1.6
- Fixed an issue in
Matrix4x4.Decomposewhich caused the method to return incorrect values when passed a matrix transform with a degenerate (zero) scale factor.
1.1.5
- Renamed
Microsoft.Bcl.SimdNuGet package toSystem.Numerics.Vectors - Expanded support for graphics programming by adding types for matrices, planes, and quaternions
1.0.2 (Microsoft.Bcl.Simd)
- Added support for new generic vector types:
Byte,Sbyte,UInt16,Int16
- Mutable Fixed Vector types
- (JIT) Added additional intrinsics for various operations:
CopyTo(array) method now intrinsic- Comparison operators completed for all types
Min/Maxfor all types
- Some performance improvements in the BCL code and general cleanup
1.0.1 (Microsoft.Bcl.Simd)
- Initial release