[libc-commits] [PATCH] D129918: [libc] Add utility classes for checking exceptional values.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Jul 18 12:58:52 PDT 2022
lntue marked an inline comment as done.
lntue added inline comments.
================
Comment at: libc/src/__support/FPUtil/except_value_utils.h:40
+ for (int i = 0; i < N; ++i) {
+ if (unlikely(x_abs == ExceptVals.inputs[i])) {
+ UIntType out_bits = ExceptVals.outputs[i][0]; // FE_TOWARDZERO
----------------
sivachandra wrote:
> What is `x_abs` here?
Oops, copy-paste error! Fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129918/new/
https://reviews.llvm.org/D129918
More information about the libc-commits
mailing list