Skip to content

Commit

Permalink
Improved 3rd party rational
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
Klaim and jjerphan authored Mar 28, 2024
1 parent aa27b0c commit 8343468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sparrow/details/3rdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ This directory contains 3rd-party source code that we decided not to handle thro
Please prefer automatic dependency management if you can!

Reasonning for:
- `float16_t.hpp`: we need a `float16_t` type but currently cannot use C++23's standard definition, so we decided to use this header (modified with a note about where it was taken from) but only if building with C++<23
- `float16_t.hpp`: we need a `float16_t` type but currently cannot use C++23's standard definition as some toolchains cannot use the most recent versions of compilers supporting C++23. Hence we decided to use this header (modified with a note about where it was taken from) but only if building with C++<23

0 comments on commit 8343468

Please sign in to comment.