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

Introduce generic abs and copysign #375

Closed
wants to merge 1 commit into from

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 force-pushed the generic-abs-copysigh branch from 99c6572 to bf51981 Compare December 29, 2024 07:11
@tgross35 tgross35 enabled auto-merge (rebase) December 29, 2024 07:11
@tgross35 tgross35 disabled auto-merge December 29, 2024 07:12
@tgross35 tgross35 closed this Dec 29, 2024
@tgross35 tgross35 deleted the generic-abs-copysigh branch December 29, 2024 07:13
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