[libc-commits] [PATCH] D129278: [libc][math] Added sinhf function.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 28 06:24:13 PDT 2022
lntue added inline comments.
================
Comment at: libc/src/math/generic/CMakeLists.txt:1152
+ HDRS
+ ../sinhf.h
+ DEPENDS
----------------
Add `expxf.h` to `HDRS` and `nearest_integer` to `DEPENDS`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129278/new/
https://reviews.llvm.org/D129278
More information about the libc-commits
mailing list