Find a file
Trevor Gross b9871da445 Introduce generic abs and copysign
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`.
2024-12-29 02:22:30 -05:00
library/compiler-builtins/libm Introduce generic abs and copysign 2024-12-29 02:22:30 -05:00