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

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 12 04:53:41 PDT 2022


zimmermann6 added a comment.

I couldn't build this patch on top of 'main' (revision 81af344 <https://reviews.llvm.org/rG81af34402d422c7bb5267be2ef73c9a863b8c354>):

  /localdisk/zimmerma/llvm-project/libc/src/math/generic/coshf.cpp:11:10: fatal error: 'src/math/generic/expxf.h' file not found
  #include "src/math/generic/expxf.h"
           ^~~~~~~~~~~~~~~~~~~~~~~~~~

Is there any dependency?


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