[libc-commits] [PATCH] D86506: [libc] Extend MPFRMatcher to handle multiple-input-multiple-output functions.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Aug 24 22:13:15 PDT 2020


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.
sivachandra requested review of this revision.

Tests for frexp[f|l] now use the new capability. Not all input-output
combinations have been addressed by this change. Support for newer combinations
can be added in future as needed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D86506

Files:
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/frexp_test.cpp
  libc/test/src/math/frexpf_test.cpp
  libc/test/src/math/frexpl_test.cpp
  libc/utils/MPFRWrapper/MPFRUtils.cpp
  libc/utils/MPFRWrapper/MPFRUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86506.287554.patch
Type: text/x-patch
Size: 29230 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200825/e6596703/attachment-0001.bin>


More information about the libc-commits mailing list