[libc-commits] [libc] [libc][math][c23] fmul correcly rounded to all rounding modes (PR #91537)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Mon May 20 11:29:35 PDT 2024
Jobhdez wrote:
> Hi @Jobhdez thanks for the patch. Any updates here?
Yeah I’m working on it. I was able to implement the function for `double -> double -> float` using only c++. Tue is going to go over the overflow stuff with me and I’m currently reading about overflow so when that’s done I’ll use llvm’s fpbits and implement the rest.
https://github.com/llvm/llvm-project/pull/91537
More information about the libc-commits
mailing list