commit 9dc47a3b205b8f8f1326b739d41e86565d15d1f1 parent 1af85be3f08fb32d3a609e8a7996b17b02bd0a47 Author: vaplv <vaplv@free.fr> Date: Mon, 14 Jun 2021 16:30:41 +0200 Write the 0.12 release note Diffstat:
| M | README.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