Skip to content

Implement new generic math operator interfaces in System.Numeric types #58162

@pziezio

Description

@pziezio

Vector, Matrix and Quaternion types form System.Numeric should implement newly added generic math interfaces like IMultiplyOperators, ISubtractionOperators etc.

Since these types already use hardware intrinsic instructions they have the possibility to become default standard for most of the math problems in .NET.

For now it's still required to implement custom Vector/Matrix types if we want to use both hardware intrinsics and generic math.

Preview Features in .NET 6 – Generic Math

Metadata

Metadata

Assignees

Labels

area-System.Numericsneeds-further-triageIssue has been initially triaged, but needs deeper consideration or reconsideration

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions