[libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)
Nikolas Klauser via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 4 04:05:03 PDT 2025
================
@@ -102,6 +102,18 @@ int main(int, char**)
assert(err == ios.goodbit);
assert(v == 291);
}
+ {
----------------
philnik777 wrote:
I've added a few more cases, but I'm not sure there is much more interesting. `strtoll` has a relatively simple API.
https://github.com/llvm/llvm-project/pull/121795
More information about the libcxx-commits
mailing list