[libc-commits] [PATCH] D152563: [libc] Minimal support for riscv32
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Jun 9 23:44:42 PDT 2023
sivachandra accepted this revision.
sivachandra added a comment.
This revision is now accepted and ready to land.
LGTM. I think some duplicates can be removed but it already being done in https://reviews.llvm.org/D148797.
================
Comment at: libc/config/baremetal/riscv32/entrypoints.txt:86
+set(TARGET_LIBM_ENTRYPOINTS
+ # fenv.h entrypoints
+ # math.h entrypoints
----------------
Why not include fenv.h entrypoints?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152563/new/
https://reviews.llvm.org/D152563
More information about the libc-commits
mailing list