[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:32:05 PDT 2022
orex updated this revision to Diff 434346.
orex marked 2 inline comments as done.
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.434346.patch
Type: text/x-patch
Size: 14340 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220605/4c0bdd31/attachment.bin>
More information about the libc-commits
mailing list