[libc-commits] [PATCH] D145349: [libc][math] Switch math functions to use libc_errno and fix some errno and floating point exceptions.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Mar 6 21:51:42 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG31c39439a894: [libc][math] Switch math functions to use libc_errno and fix some errno and… (authored by lntue).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145349

Files:
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FEnvImpl.h
  libc/src/__support/FPUtil/NearestIntegerOperations.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/acosf.cpp
  libc/src/math/generic/acoshf.cpp
  libc/src/math/generic/atanhf.cpp
  libc/src/math/generic/cosf.cpp
  libc/src/math/generic/log10.cpp
  libc/src/math/generic/log10f.cpp
  libc/src/math/generic/log1pf.cpp
  libc/src/math/generic/log2f.cpp
  libc/src/math/generic/logf.cpp
  libc/src/math/generic/sinf.cpp
  libc/src/math/generic/tanf.cpp
  libc/test/UnitTest/FPMatcher.h
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/RoundToIntegerTest.h
  libc/test/src/math/acosf_test.cpp
  libc/test/src/math/acoshf_test.cpp
  libc/test/src/math/asin_test.cpp
  libc/test/src/math/asinf_test.cpp
  libc/test/src/math/asinhf_test.cpp
  libc/test/src/math/atanf_test.cpp
  libc/test/src/math/atanhf_test.cpp
  libc/test/src/math/cosf_test.cpp
  libc/test/src/math/coshf_test.cpp
  libc/test/src/math/exp10f_test.cpp
  libc/test/src/math/exp2f_test.cpp
  libc/test/src/math/expf_test.cpp
  libc/test/src/math/expm1f_test.cpp
  libc/test/src/math/log10_test.cpp
  libc/test/src/math/log1pf_test.cpp
  libc/test/src/math/log2f_test.cpp
  libc/test/src/math/pow_test.cpp
  libc/test/src/math/sincosf_test.cpp
  libc/test/src/math/sinf_test.cpp
  libc/test/src/math/sinhf_test.cpp
  libc/test/src/math/tanf_test.cpp
  libc/test/src/math/tanhf_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145349.502918.patch
Type: text/x-patch
Size: 37498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230307/7c33aa88/attachment-0001.bin>


More information about the libc-commits mailing list