[libc-commits] [PATCH] D109261: [libc] add atof, strtof and strtod
Tue Ly via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Oct 5 16:34:45 PDT 2021
lntue added inline comments.
================
Comment at: libc/test/src/__support/string_to_float_comparison_test.cpp:73
+ if (!(expectedFloatRaw == floatRaw)) {
+ if (expectedFloatRaw == floatRaw + 1 ||
+ expectedFloatRaw == floatRaw - 1) {
----------------
Can these test re-use the testing infra from FPBits and ULP functions?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109261/new/
https://reviews.llvm.org/D109261
More information about the libc-commits
mailing list