rust/library
Trevor Gross 2de09ac46a Add __extendhfdf2 and add __truncdfhf2 test
LLVM doesn't seem to emit this intrinsic but it probably should, in some
cases it lowers f16->f64 conversions as f16->f32->f64 with two libcalls.
GCC provides this intrinsic so it is good to have anyway.

Additionally, add a test for f64->f16 which was missing.

[1]: https://rust.godbolt.org/z/xezM9PEnz
2025-03-04 17:36:33 -05:00
..
compiler-builtins Add __extendhfdf2 and add __truncdfhf2 test 2025-03-04 17:36:33 -05:00