Commit Graph

1 Commits

Author SHA1 Message Date
Kito Cheng 8bc3f94a06 soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf
Add more IEEE half conversion routines:

- Convert 32-bit/64-bit integer to IEEE half.
- Convert IEEE half to 32-bit/64-bit integer.

They are required by RISC-V _Float16 support, tested with RISC-V GCC.
2022-08-08 11:28:40 -03:00