[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:36:29 PDT 2022


orex updated this revision to Diff 434348.
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/src/__support/FPUtil/CMakeLists.txt
  libc/src/__support/FPUtil/FPBits.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/test/src/math/differential_testing/CMakeLists.txt
  libc/test/src/math/exhaustive/FMod_test.cpp

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


More information about the libc-commits mailing list