[libc-commits] [PATCH] D124495: [libc] Implement double precision FMA for targets without FMA instructions.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 10 09:01:55 PDT 2022
lntue marked 2 inline comments as done.
lntue added a comment.
In D124495#3571896 <https://reviews.llvm.org/D124495#3571896>, @michaelrj wrote:
> overall, LGTM with a couple nits. Also, if you're going to add a `clz` header to `FPUtil` then please add a TODO for me to change `str_to_float.h` over to using it, or alternately change it yourself.
I updated `str_to_float.h` to use the same builtin_wrappers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124495/new/
https://reviews.llvm.org/D124495
More information about the libc-commits
mailing list