Skip to content

Commit f6d1125

Browse files
committed
Update changelog
1 parent 73d0d3f commit f6d1125

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ChangeLog.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
`fmt::print("{}", 42)` was reduced by ~40% on GCC and ~60% on clang (x86-64).
1818

1919
GCC:
20-
2120
- Before: 161 instructions of which 105 are in reusable functions
2221
([godbolt](https://www.godbolt.org/z/s9bGoo4ze)).
2322
- After: 116 instructions of which 60 are in reusable functions
2423
([godbolt](https://www.godbolt.org/z/r7GGGxMs6)).
2524

2625
Clang:
27-
2826
- Before: 310 instructions of which 251 are in reusable functions
2927
([godbolt](https://www.godbolt.org/z/Ts88b7M9o)).
3028
- After: 194 instructions of which 135 are in reusable functions
@@ -223,8 +221,7 @@
223221
https://github.com/fmtlib/fmt/pull/4267,
224222
https://github.com/fmtlib/fmt/pull/4271).
225223
Thanks @torsten48, @Arghnews, @tinfoilboy, @aminya, @Ottani, @zeroomega,
226-
@c4v4, @kongy, @vinayyadav3016, @sergio-nsk, @phprus, @Arghnews and
227-
@YexuanXiao.
224+
@c4v4, @kongy, @vinayyadav3016, @sergio-nsk, @phprus and @YexuanXiao.
228225
229226
# 11.0.2 - 2024-07-20
230227

0 commit comments

Comments
 (0)