rsimd

Make SIMD instruction sets easier to use
git clone git://git.meso-star.fr/rsimd.git
Log | Files | Refs | README | LICENSE

commit 6fa508f552aac18f09240bf8229dfa409a371bd5
parent 2d151ca93128a8e01479e1bcec350b73f07aafd4
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  5 May 2023 10:16:15 +0200

Write release notes for version 0.4

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

diff --git a/README.md b/README.md @@ -21,6 +21,18 @@ project. ## Release notes +### Version 0.4 + +- Make the sleef library an internal dependency that library users don't have + to worry about: calls to the sleef library are moved from API headers to C + files. +- Set the C standard to C99 instead of C89: this allows the use of official + (i.e. unpatched) sleef headers whose comments are written using C99-style + comments. Note that since sleef is now an internal dependency, the rsimd API + remains C89 compliant. +- Remove the file COPYING.LESSER from the installation target: since version + 0.3, the library is distributed under GPLv3+. + ### Version 0.3 - Add 8-way vector API for the float and int32 types.