Update README.md

This commit is contained in:
Daniel Lemire 2021-04-24 16:58:57 -04:00 committed by GitHub
parent 9c470822a1
commit 939bfc701a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ Table of Contents
-----------------
* [Quick Start](#quick-start)
* [On Demand](#on-demand)
* [Documentation](#documentation)
* [Performance results](#performance-results)
* [Real-world usage](#real-world-usage)
@ -186,4 +185,4 @@ For compilers that do not support [C++17](https://en.wikipedia.org/wiki/C%2B%2B1
For efficient number serialization, we bundle Florian Loitsch's implementation of the Grisu2 algorithm for binary to decimal floating-point numbers. The implementation was slightly modified by JSON for Modern C++ library. Both Florian Loitsch's implementation and JSON for Modern C++ are provided under the MIT license.
For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD.
For runtime dispatching, we use some code from the PyTorch project licensed under 3-clause BSD.