[libc-commits] [PATCH] D152280: [libc] Add platform independent floating point rounding mode checks.

Tue Ly via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Jun 10 07:03:36 PDT 2023


lntue updated this revision to Diff 530205.
lntue added a comment.

Move the new functions to a separate header.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152280

Files:
  libc/src/__support/CMakeLists.txt
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/Hypot.h
  libc/src/__support/FPUtil/NearestIntegerOperations.h
  libc/src/__support/FPUtil/except_value_utils.h
  libc/src/__support/FPUtil/generic/CMakeLists.txt
  libc/src/__support/FPUtil/generic/FMA.h
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/__support/FPUtil/generic/sqrt_80_bit_long_double.h
  libc/src/__support/FPUtil/rounding_mode.h
  libc/src/__support/str_to_float.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/atanf.cpp
  libc/src/math/generic/coshf.cpp
  libc/src/math/generic/exp10f.cpp
  libc/src/math/generic/exp2f.cpp
  libc/src/math/generic/expf.cpp
  libc/src/math/generic/expm1f.cpp
  libc/src/math/generic/sincosf.cpp
  libc/src/math/generic/sinf.cpp
  libc/src/math/generic/sinhf.cpp
  libc/src/math/generic/tanhf.cpp
  libc/src/stdio/printf_core/CMakeLists.txt
  libc/src/stdio/printf_core/float_dec_converter.h
  libc/src/stdio/printf_core/float_hex_converter.h
  libc/test/src/__support/FPUtil/CMakeLists.txt
  libc/test/src/__support/FPUtil/rounding_mode_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152280.530205.patch
Type: text/x-patch
Size: 39211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230610/45631825/attachment-0001.bin>


More information about the libc-commits mailing list