I still plan on pushing through `Vector2<T> where T : IFloatingPointIeee754<T>` I'd really like to a

I still plan on pushing through Vector2<T> where T : IFloatingPointIeee754<T>
I'd really like to also support integers, but convincing API review that a Point2<T> where T : INumber<T> is appropriate won't be as easy

I don't have enough time to do everything of course, so I'm not sure what will get done in 9 vs not
ISimdVector<TSelf, T> is the thing I really want to finish next (might be internal only until language features come along)
and the Arm64 has SVE work that will likely happen in .NET 9

I'm going to try and finish the design proposal for Vector2<T> in December
and that will also come alongside Vector3/4<T>, Quaternion<T>, Plane<T>, Matrix4x4<T>
and Complex<T>

plus the general TensorPrimitives work
Was this page helpful?