Find a file
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
library/compiler-builtins/libm Simplify and optimize fdim (#442) 2025-01-14 01:55:26 +00:00