Unverified Commit 25293d7a authored by Victor Zverovich's avatar Victor Zverovich Committed by GitHub

Update ChangeLog.rst

parent 5024742f
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Added an experimental unsynchronized file output API which, together with * Added an experimental unsynchronized file output API which, together with
format string compilation, can give `5-9 times speed up compared to 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: on common platforms:
.. code:: c++ .. code:: c++
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
movw %dx, -2(%rax) movw %dx, -2(%rax)
ret 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 * Improved error reporting for unformattable types: now you'll get the type name
directly in the error message instead of the note: directly in the error message instead of the note:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment