[libcxx-commits] [libcxx] [libc++] Optimize num_put integral functions (PR #120859)
Nico Weber via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 5 11:32:49 PST 2025
nico wrote:
> Depends on what you mean by "intentional". We're aware that this changed and think that the improved performance is worth the change in behaviour. It also makes the output more consistent across platforms. Do you think this is important enough that we should try to mimic the platforms behaviour?
No, I was just wondering if it's intentional, since the commit description says "optimize" and normally optimizations don't change behavior, and it added a libcxx/docs/ReleaseNotes/20.rst change but didn't mention the behavior change. We can update the test if it's intentional.
https://github.com/llvm/llvm-project/pull/120859
More information about the libcxx-commits
mailing list