rust/library/compiler-builtins/libm/src
Trevor Gross 5778643174 libm-test: Fix unintentional skips in binop_common
`binop_common` emits a `SKIP` that is intended to apply only to
`copysign`, but is instead applying to all binary operators. Correct the
general case but leave the currently-failing `maximum_num` tests as a
FIXME, to be resolved separately in [1].

Also simplify skip logic and NaN checking, and add a few more `copysign`
checks.

[1]: https://github.com/rust-lang/compiler-builtins/pull/939
2025-06-02 22:47:15 +00:00
..
math libm-test: Fix unintentional skips in binop_common 2025-06-02 22:47:15 +00:00
lib.rs Reimplement the generic fmod 2025-04-22 00:53:56 -04:00
libm_helper.rs libm: Flatten the libm/libm directory 2025-04-19 17:20:24 -04:00