rust/library/compiler-builtins/libm/src
Trevor Gross 2cbacf89af Fix a bug in abs_diff
These were taken from `compiler-builtins` but the implementation has a
bug near the integer limits. Fixed in `compiler-builtins` by using
`core`'s implementation at [1], this is the corresponding fix for
`libm`.

[1]: https://github.com/rust-lang/compiler-builtins/pull/736
2024-12-22 22:24:38 +00:00
..
math Fix a bug in abs_diff 2024-12-22 22:24:38 +00:00
lib.rs Remove tests against system musl 2024-12-22 12:39:27 +00:00
libm_helper.rs add generic libm helper 2023-01-17 20:41:24 +01:00