[libc-commits] [PATCH] D158551: [libc][math] Implement double precision exp function correctly rounded for all rounding modes.
Paul Zimmermann via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Aug 23 01:21:05 PDT 2023
zimmermann6 requested changes to this revision.
zimmermann6 added a comment.
This revision now requires changes to proceed.
when I apply this patch on main (commit 96b5ea6 <https://reviews.llvm.org/rG96b5ea6e00bea5cc40dc7c00c495aeb94eced888>), and I build libc.a, I don't find the symbol exp into libc.a:
zimmerma at biscotte:/localdisk/zimmerma/llvm-project$ nm /localdisk/zimmerma/llvm-project/build/projects/libc/lib/libc.a | grep -w exp
zimmerma at biscotte:/localdisk/zimmerma/llvm-project$
Maybe I did something wrong?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158551/new/
https://reviews.llvm.org/D158551
More information about the libc-commits
mailing list