[libc-commits] [PATCH] D127951: [libc][math] New algorithm for expf/expm1f/exp2f and for new functions sinhf/coshf.

Paul Zimmermann via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Sep 21 00:09:25 PDT 2022


zimmermann6 requested changes to this revision.
zimmermann6 added a comment.
This revision now requires changes to proceed.

sorry for the delay. It seems this does not compile properly with current main:

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


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127951/new/

https://reviews.llvm.org/D127951



More information about the libc-commits mailing list