System.Runtime.Intrinsics work planned for .NET 8 #79005
Labels
area-System.Runtime.Intrinsics
Epic
Groups multiple user stories. Can be grouped under a theme.
Team:Libraries
Milestone
This is a work in progress as we develop our .NET 8 plans. This list is expected to change throughout the release cycle according to ongoing planning and discussions, with possible additions and subtractions to the scope.
Summary
During .NET 8, we will be focusing on AVX-512, an effort that includes the addition of a new intrinsic type
Vector512
as well asVector<T>
improvements. Beyond that major theme, we will invest in quality, enhancements and new APIs. This is an ambitious set of work, so it's likely that several of the items below will be pushed out beyond .NET 8. It is also likely additional items will be added throughout the year.Planned for .NET 8
AVX-512
IVector<TSelf, T>
interface implemented byVector128<T>
/Vector256<T>
#76244Quality
Enhancements / New APIs
The text was updated successfully, but these errors were encountered: