commit bcff8a662cb371c85366a8e7f1ef7b56d236da4d parent f2eb526f9dea048d90d209e743c7c5825099416b Author: Vincent Forest <vincent.forest@meso-star.com> Date: Mon, 13 Nov 2023 15:25:46 +0100 Merge branch 'release_0.3.1' into develop Diffstat:
| M | README.md | | | 7 | +++++++ |
| M | config.mk | | | 2 | +- |
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -29,6 +29,13 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.3.1 + +- In release, replace the -O2 compilation flag by -O3 since significant + performance gains can be seen (up to 30%) when using level 3 of the C + optimizer on code that depends heavily on finding the tetrahedron in + which a given position lies. + ### Version 0.3 - Replace CMake by Makefile as build system. diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.3.0 +VERSION = 0.3.1 PREFIX = /usr/local LIB_TYPE = SHARED