[libc-commits] [PATCH] D127046: [libc][math] fmod/fmodf implementation.

Kirill Okhotnikov via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Jun 5 12:39:16 PDT 2022


orex updated this revision to Diff 434349.
orex added a comment.

Cleanup of the code by Intue suggestions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127046

Files:
  libc/config/darwin/arm/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/stdc.td
  libc/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FPBits.h
  libc/src/__support/FPUtil/FloatProperties.h
  libc/src/__support/FPUtil/builtin_wrappers.h
  libc/src/__support/FPUtil/generic/CMakeLists.txt
  libc/src/__support/FPUtil/generic/FMod.h
  libc/src/__support/FPUtil/generic/sqrt.h
  libc/src/math/CMakeLists.txt
  libc/src/math/fmod.h
  libc/src/math/fmodf.h
  libc/src/math/generic/CMakeLists.txt
  libc/src/math/generic/fmod.cpp
  libc/src/math/generic/fmodf.cpp
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/FModTest.h
  libc/test/src/math/differential_testing/BinaryOpSingleOutputDiff.h
  libc/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/differential_testing/fmod_diff.cpp
  libc/test/src/math/differential_testing/fmod_perf.cpp
  libc/test/src/math/differential_testing/fmodf_diff.cpp
  libc/test/src/math/differential_testing/fmodf_perf.cpp
  libc/test/src/math/exhaustive/CMakeLists.txt
  libc/test/src/math/exhaustive/FMod_test.cpp
  libc/test/src/math/fmod_test.cpp
  libc/test/src/math/fmodf_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127046.434349.patch
Type: text/x-patch
Size: 53748 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220605/5123a5b8/attachment-0001.bin>


More information about the libc-commits mailing list