Skip to content

Conversation

@jozkee
Copy link
Member

@jozkee jozkee commented Oct 28, 2025

cc @ericstj

  • @dotnet/area-system-numerics
  • @dotnet/area-system-security
  • @dotnet/area-system-xml
  • @dotnet/area-system-runtime

Comment on lines +8 to +25
- public static System.Numerics.Vector<T> get_E<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
- public static System.Numerics.Vector<T> get_Epsilon<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NaN<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NegativeInfinity<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_NegativeOne<T>()
- where T : System.Numerics.ISignedNumber<T>;
- public static System.Numerics.Vector<T> get_NegativeZero<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_Pi<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
- public static System.Numerics.Vector<T> get_PositiveInfinity<T>()
- where T : System.Numerics.IFloatingPointIeee754<T>;
- public static System.Numerics.Vector<T> get_Tau<T>()
- where T : System.Numerics.IFloatingPointConstants<T>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We ship from VMR, so check the final code there and you'll see it's missing from GA as well. https://github.com/dotnet/dotnet/commits/release/10.0.1xx/src/runtime/src/libraries/System.Private.CoreLib/src/System/Numerics/Vector.cs

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jozkee @tannergooding - have you filed a breaking change doc for this?

@jozkee
Copy link
Member Author

jozkee commented Nov 13, 2025

Ping @all.

Copy link
Member

@bartonjs bartonjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

System.Security LGTM

Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please make sure to file breaking change for numerics/intrinsics removed API between RC1 and RC2. We can mention that these will ship in .NET 11 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants