rust/library
Trevor Gross 404c5d26c9 Enable f16 on platforms that were missing conversion symbols
The only requirement for `f16` support, aside from LLVM not crashing and
no ABI issues, is that symbols to convert to and from `f32` are
available. Since the update to compiler-builtins in [1], we now provide
these on all platforms.

This also enables `f16` math since there are no further requirements.

Still excluded are platforms for which LLVM emits infinitely-recursing
code.

[1]: https://github.com/rust-lang/rust/pull/125016
2024-09-27 18:15:02 -04:00
..
2024-08-29 12:13:19 -07:00
2024-09-23 09:21:39 -07:00
2024-09-24 14:25:16 -07:00
2024-09-25 17:03:20 -07:00