Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

implement some missing float functions #2469

Merged
merged 2 commits into from
Aug 6, 2022
Merged

Conversation

RalfJung
Copy link
Member

@RalfJung RalfJung commented Aug 6, 2022

With this we support the entire float API surface of the standard library. :)

Also fixes #2468 by using host floats to implement FMA.

@RalfJung
Copy link
Member Author

RalfJung commented Aug 6, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Aug 6, 2022

📌 Commit 7df69a1 has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 6, 2022

⌛ Testing commit 7df69a1 with merge 0b3a9f7...

bors added a commit that referenced this pull request Aug 6, 2022
implement some missing float functions

With this we support the entire float API surface of the standard library. :)

Also work around #2468 by using host floats to implement FMA.
@RalfJung
Copy link
Member Author

RalfJung commented Aug 6, 2022

Ah wait, #2468 still exists for SIMD.
@bors r- retry.

@RalfJung
Copy link
Member Author

RalfJung commented Aug 6, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Aug 6, 2022

📌 Commit b1316ec has been approved by RalfJung

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 6, 2022

⌛ Testing commit b1316ec with merge f633537...

@bors
Copy link
Contributor

bors commented Aug 6, 2022

☀️ Test successful - checks-actions
Approved by: RalfJung
Pushing f633537 to master...

@bors bors merged commit f633537 into rust-lang:master Aug 6, 2022
@RalfJung RalfJung deleted the math branch August 6, 2022 16:24
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect infinity behavior for FMA?
2 participants