Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 25, 2024
1 parent 73d0d3f commit f6d1125
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,12 @@
`fmt::print("{}", 42)` was reduced by ~40% on GCC and ~60% on clang (x86-64).

GCC:

- Before: 161 instructions of which 105 are in reusable functions
([godbolt](https://www.godbolt.org/z/s9bGoo4ze)).
- After: 116 instructions of which 60 are in reusable functions
([godbolt](https://www.godbolt.org/z/r7GGGxMs6)).

Clang:

- Before: 310 instructions of which 251 are in reusable functions
([godbolt](https://www.godbolt.org/z/Ts88b7M9o)).
- After: 194 instructions of which 135 are in reusable functions
Expand Down Expand Up @@ -223,8 +221,7 @@
https://github.com/fmtlib/fmt/pull/4267,
https://github.com/fmtlib/fmt/pull/4271).
Thanks @torsten48, @Arghnews, @tinfoilboy, @aminya, @Ottani, @zeroomega,
@c4v4, @kongy, @vinayyadav3016, @sergio-nsk, @phprus, @Arghnews and
@YexuanXiao.
@c4v4, @kongy, @vinayyadav3016, @sergio-nsk, @phprus and @YexuanXiao.
# 11.0.2 - 2024-07-20
Expand Down

0 comments on commit f6d1125

Please sign in to comment.