[libc-commits] [PATCH] D82357: [libc] Add long double flavors of the floating point manipulation functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jun 23 23:57:43 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa00fb593b4ed: [libc] Add long double flavors of the floating point manipulation functions. (authored by sivachandra).
Changed prior to commit:
https://reviews.llvm.org/D82357?vs=272638&id=272920#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82357/new/
https://reviews.llvm.org/D82357
Files:
libc/config/linux/api.td
libc/config/linux/x86_64/entrypoints.txt
libc/spec/spec.td
libc/spec/stdc.td
libc/src/math/CMakeLists.txt
libc/src/math/copysignl.cpp
libc/src/math/copysignl.h
libc/src/math/frexpl.cpp
libc/src/math/frexpl.h
libc/src/math/logbl.cpp
libc/src/math/logbl.h
libc/src/math/modfl.cpp
libc/src/math/modfl.h
libc/test/src/math/CMakeLists.txt
libc/test/src/math/copysignl_test.cpp
libc/test/src/math/frexpl_test.cpp
libc/test/src/math/logbl_test.cpp
libc/test/src/math/modfl_test.cpp
libc/utils/FPUtil/ManipulationFunctions.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82357.272920.patch
Type: text/x-patch
Size: 31504 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200624/dfdbfa36/attachment-0001.bin>
More information about the libc-commits
mailing list