[libc-commits] [PATCH] D91394: [libc] Switch functions to using global headers

Michael Jones via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Nov 20 16:07:28 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3e18fb339039: [libc] Switch functions to using global headers (authored by michaelrj).

Changed prior to commit:
  https://reviews.llvm.org/D91394?vs=305857&id=306799#toc

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91394

Files:
  libc/src/math/cosf.cpp
  libc/src/math/exp2f.cpp
  libc/src/math/expf.cpp
  libc/src/math/math_utils.h
  libc/src/math/sincosf.cpp
  libc/src/math/sinf.cpp
  libc/src/string/strcat.h
  libc/src/string/strcpy.h
  libc/src/string/strlen.h
  libc/test/src/math/FDimTest.h
  libc/test/src/math/ILogbTest.h
  libc/test/src/math/ceil_test.cpp
  libc/test/src/math/ceilf_test.cpp
  libc/test/src/math/ceill_test.cpp
  libc/test/src/math/copysign_test.cpp
  libc/test/src/math/copysignf_test.cpp
  libc/test/src/math/copysignl_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/fabs_test.cpp
  libc/test/src/math/fabsf_test.cpp
  libc/test/src/math/fabsl_test.cpp
  libc/test/src/math/fdim_test.cpp
  libc/test/src/math/fdimf_test.cpp
  libc/test/src/math/fdiml_test.cpp
  libc/test/src/math/floor_test.cpp
  libc/test/src/math/floorf_test.cpp
  libc/test/src/math/floorl_test.cpp
  libc/test/src/math/fmax_test.cpp
  libc/test/src/math/fmaxf_test.cpp
  libc/test/src/math/fmaxl_test.cpp
  libc/test/src/math/fmin_test.cpp
  libc/test/src/math/fminf_test.cpp
  libc/test/src/math/fminl_test.cpp
  libc/test/src/math/frexp_test.cpp
  libc/test/src/math/frexpf_test.cpp
  libc/test/src/math/frexpl_test.cpp
  libc/test/src/math/hypotf_test.cpp
  libc/test/src/math/ilogb_test.cpp
  libc/test/src/math/ilogbf_test.cpp
  libc/test/src/math/ilogbl_test.cpp
  libc/test/src/math/logb_test.cpp
  libc/test/src/math/logbf_test.cpp
  libc/test/src/math/logbl_test.cpp
  libc/test/src/math/modf_test.cpp
  libc/test/src/math/modff_test.cpp
  libc/test/src/math/modfl_test.cpp
  libc/test/src/math/remquo_test.cpp
  libc/test/src/math/remquof_test.cpp
  libc/test/src/math/remquol_test.cpp
  libc/test/src/math/round_test.cpp
  libc/test/src/math/roundf_test.cpp
  libc/test/src/math/roundl_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/sqrt_test.cpp
  libc/test/src/math/sqrtf_test.cpp
  libc/test/src/math/sqrtl_test.cpp
  libc/test/src/math/trunc_test.cpp
  libc/test/src/math/truncf_test.cpp
  libc/test/src/math/truncl_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91394.306799.patch
Type: text/x-patch
Size: 33843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20201121/6292cc98/attachment-0001.bin>


More information about the libc-commits mailing list