rsys

Basic data structures and low-level features
git clone git://git.meso-star.fr/rsys.git
Log | Files | Refs | README | LICENSE

commit 465bc573f3b5aea93c57a1a87802c84364ac86b4
parent 1af85be3f08fb32d3a609e8a7996b17b02bd0a47
Author: vaplv <vaplv@free.fr>
Date:   Mon, 14 Jun 2021 22:08:21 +0200

Merge branch 'release_0.12' into develop

Diffstat:
MREADME.md | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -17,6 +17,17 @@ project can be now edited, built, tested and installed as any CMake project. ## Release notes +### Version 0.12 + +- Add the `cstr_parse_list` function that parses a string as a tuple. The + function used to parse each element is defined by the caller. +- Add functions to encode/decode 2D and 3D morton indices. +- Add the `BIT_<U|I>16` macros that set a bit on a 16-bit integer. +- Add the FMADD macro defining wether the FMA instruction is supported by the + COMPILer. +- Fix the `time_dump` function: the returned `real_dump_size` was wrongly + evaluated. + ### Version 0.11 - Add the `find_iterator` function to the hash table data structure. This