Skip to content
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

Replace VectorXx.Exp's edge case fallback with scalar processing #107886

Merged
merged 2 commits into from
Sep 18, 2024

Conversation

stephentoub
Copy link
Member

@stephentoub stephentoub commented Sep 16, 2024

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

The better, vectorized fix is more complex and can be done for .NET 10.
Copy link
Member

@jeffhandley jeffhandley left a comment

Choose a reason for hiding this comment

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

Thank you!

Copy link
Member

@jeffhandley jeffhandley left a 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.

@stephentoub
Copy link
Member Author

/backport to release/9.0-rc2

Copy link
Contributor

Started backporting to release/9.0-rc2: https://github.com/dotnet/runtime/actions/runs/10909076272

@stephentoub stephentoub merged commit 24e7d1b into dotnet:main Sep 18, 2024
146 of 148 checks passed
@stephentoub stephentoub deleted the fixexpvect branch September 18, 2024 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants