commit 2c6ebf694080458cd8991adfd863ef26fc385236 parent 6a108afd1ad0a9b68c9648c88f97d0caec2f8bfc Author: Vincent Forest <vincent.forest@meso-star.com> Date: Thu, 2 Nov 2023 11:56:10 +0100 Write the release note for version 0.1.1 Diffstat:
| M | README.md | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -24,6 +24,12 @@ Edit config.mk as needed, then run: ## Release notes +### Version 0.1.1 + +- Fix compilation with SIMD support: when the rsimd library was found, + the library depended on it, but without activating the SIMD + instruction set. + ### Version 0.1 - Replace CMake by Makefile as build system.