-
Notifications
You must be signed in to change notification settings - Fork 5k
Replace VectorXx.Exp's edge case fallback with scalar processing #107886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The better, vectorized fix is more complex and can be done for .NET 10.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After hitting Approve, I noticed there's a failing test for the special values.
/backport to release/9.0-rc2 |
Started backporting to release/9.0-rc2: https://github.com/dotnet/runtime/actions/runs/10909076272 |
…net#107886) * Replace VectorXx.Exp's edge case fallback with scalar processing The better, vectorized fix is more complex and can be done for .NET 10. * Revert addition to Helpers.IsEqualWithTolerance
do you guys remember this or should i create an issue for it? |
The better, vectorized fix is more complex and can be done for .NET 10.
Fixes #107838
Easiest to review with whitespace hidden: https://github.com/dotnet/runtime/pull/107886/files?diff=split&w=1