rust/library/compiler-builtins/libm/src
quaternic bfbe919adf Simplify and optimize fdim (#442)
The cases with NaN arguments can be handled by the same x - y
expression, and this generates much better code: https://godbolt.org/z/f3rnT8jx4.
2025-01-14 01:55:26 +00:00
..
math Simplify and optimize fdim (#442) 2025-01-14 01:55:26 +00:00
lib.rs Use core::arch::wasm functions rather than intrinsics 2025-01-11 17:04:29 -05:00
libm_helper.rs Add fdimf16 and fdimf128 2025-01-13 14:04:54 +00:00