mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-10 06:20:09 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
5024742f8a
commit
25293d7ac6
@ -3,7 +3,7 @@
|
||||
|
||||
* Added an experimental unsynchronized file output API which, together with
|
||||
format string compilation, can give `5-9 times speed up compared to
|
||||
fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__)
|
||||
fprintf <https://www.zverovich.net/2020/08/04/optimal-file-buffer-size.html>`__
|
||||
on common platforms:
|
||||
|
||||
.. code:: c++
|
||||
@ -42,7 +42,7 @@
|
||||
movw %dx, -2(%rax)
|
||||
ret
|
||||
|
||||
Here a single `mov` instruction writes `'x'` (`$120`) to the output buffer.
|
||||
Here a single ``mov`` instruction writes ``'x'`` (``$120``) to the output buffer.
|
||||
|
||||
* Improved error reporting for unformattable types: now you'll get the type name
|
||||
directly in the error message instead of the note:
|
||||
|
Loading…
Reference in New Issue
Block a user