aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r--libstdc++-v3/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index ac3d02a..deeea56 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2022-04-18 Patrick Palka <ppalka@redhat.com>
+
+ * include/std/charconv (__from_chars_pow2_base): Manually
+ unroll the first iteration of the main loop and simplify
+ accordingly.
+
2022-04-15 Patrick Palka <ppalka@redhat.com>
PR libstdc++/104858