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

Avoid promotion in muladd involving unitful Furlong #56886

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dkarrasch
Copy link
Member

In unitful muladd, we don't want to enforce type promotion as we have it in muladd(::Number, ::Number, ::Number).

Needed for JuliaLang/LinearAlgebra.jl#1155.

@dkarrasch dkarrasch requested a review from stevengj December 22, 2024 17:06
@nsajko
Copy link
Contributor

nsajko commented Dec 22, 2024

Seems like a Pkgeval could be a good idea here.

@dkarrasch
Copy link
Member Author

Why do you think so? The cases handled by the added methods currently likely don't work, like in the referenced PR. I mean, I don't mind, but perhaps we could save a little energy and compute time.

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.

2 participants