[libc-commits] [PATCH] D129275: [libc][math] Added coshf function.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 28 06:27:41 PDT 2022


lntue added inline comments.


================
Comment at: libc/src/math/generic/CMakeLists.txt:1137
+  HDRS
+    ../coshf.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/D129275/new/

https://reviews.llvm.org/D129275



More information about the libc-commits mailing list