Cody Tapscott eac1e613be compiler_rt: Re-implement ldexp/ilogb using bit-ops
This re-write was needed to fix deficiencies in the existing ldexp,
which was failing to compute correct results for both f16 and f80.

It would be nice to add a fast multiplication-based fallback in the
future for targets that have a hardware FPU, but this implementation
should be much faster than the existing for targets without one.
2022-10-09 11:09:02 -07:00
..
2022-09-28 13:00:00 +03:00
2022-09-12 18:13:24 -07:00
2022-10-06 21:22:20 +03:00
2022-08-31 19:30:51 +02:00
2022-08-23 21:11:02 -07:00
2022-09-11 23:18:43 -04:00
2022-05-26 21:58:19 -07:00
2022-09-07 15:22:30 +03:00
2022-09-29 21:40:25 +02:00
2022-09-12 18:13:24 -07:00
2022-04-15 17:01:01 -05:00
2022-09-13 20:26:04 -04:00