[libcxx-commits] [libcxx] [libc++] Optimize num_get integral functions (PR #121795)
Alexander Kornienko via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 1 05:44:30 PST 2025
alexfh wrote:
> @alexfh This patch fixes some parsing bugs mentioned above, which could be the problem. Other than that I can't think of anything right now. Are the test crashing or just not giving the expected results?
One thing that happened is that material file loader in https://github.com/google/filament stopped working at least on some inputs. Does this commit affect `std::stoul`? If so, then the issue might be somewhere around https://github.com/google/filament/blob/main/tools/matinfo/src/main.cpp#L657
https://github.com/llvm/llvm-project/pull/121795
More information about the libcxx-commits
mailing list