Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Should we add test cases for long double?
If I understand correctly, the code added can also handle long double, and long double is soft even with FPU.
Comment Actions
This one was easy port from RISCV ;-)
BTW I saw in the RISCV port suport for softening fptoui too, are you handling that case later or is it unnecessary for LoongArch?
Comment Actions
Thanks for your review. This is unnecessary for fptoui, because LoongArch has implemented this function with the help of the common layer.