Files
rust-lang/library
Trevor Gross e035c770f2 library: Use fabsf128 in the implementation of abs
This FIXME was introduced in 6e2d934a88 ("Add more `f16` and `f128`
library functions and constants") but I can't actually find my
reasoning. As far as I can tell, LLVM has been lowering `fabs.f128` as
bitwise operations for a while across all targets so there shouldn't be
a problem here.

Thus, apply what is suggested in the FIXME.
2026-01-22 23:41:57 -06:00
..