Implement new generic math operator interfaces in System.Numeric types #58162
Labels
area-System.Numerics
needs-further-triage
Issue has been initially triaged, but needs deeper consideration or reconsideration
Milestone
Vector, Matrix and Quaternion types form
System.Numeric
should implement newly added generic math interfaces likeIMultiplyOperators
,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
The text was updated successfully, but these errors were encountered: