aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/floatdihf.c
AgeCommit message (Collapse)Author
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-08-08soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hfKito Cheng
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.