[libc-commits] [PATCH] D120997: [libc] Fix small bugs in aarch64/FEnvImpl.h and simplify feclearexcept_test.
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Mar 4 11:56:19 PST 2022
lntue added inline comments.
================
Comment at: libc/test/src/fenv/feclearexcept_test.cpp:67
- }
- }
----------------
sivachandra wrote:
> Why did you remove these?
These tests are actually covered by the test below. For example, a single one exception is covered when e1 == e2 == e3 == e4 == e5, and so on.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120997/new/
https://reviews.llvm.org/D120997
More information about the libc-commits
mailing list