[libc-commits] [PATCH] D133134: [libc][NFC] Use cpp::optional for checking exceptional values of math functions.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Sep 1 11:54:43 PDT 2022
lntue created this revision.
lntue added reviewers: michaelrj, sivachandra.
Herald added subscribers: ecnelises, tschuett, mgorny.
Herald added projects: libc-project, All.
lntue requested review of this revision.
Update the utility functions for checking exceptional values of math
functions to use cpp::optional return values.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133134
Files:
libc/src/__support/FPUtil/CMakeLists.txt
libc/src/__support/FPUtil/except_value_utils.h
libc/src/math/generic/cosf.cpp
libc/src/math/generic/tanf.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133134.457340.patch
Type: text/x-patch
Size: 7346 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20220901/3a66da5d/attachment.bin>
More information about the libc-commits
mailing list