Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | |
2022-08-08 | soft-fp: Add fixhf[uns][di|si] and float[uns][di|si]hf | Kito 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. |