[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 01:32:52 PDT 2020
sivachandra created this revision.
sivachandra added a reviewer: asteinhauser.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
Specifically: copysignl, frexpl, logbl and modfl have been added.
Repository:
rG LLVM Github Monorepo
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.272638.patch
Type: text/x-patch
Size: 31519 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200623/2fcbad9e/attachment-0001.bin>
More information about the libc-commits
mailing list