Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Introduce generic abs and copysign #376

Merged
merged 1 commit into from
Dec 29, 2024

Conversation

tgross35
Copy link
Contributor

Add generic versions of abs and copysign, which will provide an entrypoint for adding f16 and f128. Since this implementation is identical to the existing type-specific implementations, make use of it for f32 and f64.

Split off from #320

Add generic versions of `abs` and `copysign`, which will provide an
entrypoint for adding `f16` and `f128`. Since this implementation is
identical to the existing type-specific implementations, make use of it
for `f32` and `f64`.
@tgross35 tgross35 enabled auto-merge (rebase) December 29, 2024 07:14
@tgross35 tgross35 merged commit c447e5f into rust-lang:master Dec 29, 2024
60 checks passed
@tgross35 tgross35 deleted the generic-abs-copysign branch December 29, 2024 07:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant