[libc-commits] [PATCH] D129685: [libc] Specify rounding mode for strto[f|d] tests
Alex Brachet via Phabricator via libc-commits
libc-commits at lists.llvm.org
Wed Jul 13 12:39:22 PDT 2022
abrachet marked an inline comment as done.
abrachet added inline comments.
================
Comment at: libc/utils/testutils/RoundingModeUtils.h:28
+template <RoundingMode R> struct FourceRoundingModeTest : ForceRoundingMode {
+ FourceRoundingModeTest() : ForceRoundingMode(R) {}
+};
----------------
lntue wrote:
> typo?
Yes. Thanks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129685/new/
https://reviews.llvm.org/D129685
More information about the libc-commits
mailing list