rsimd

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

commit 70d54a9ba04d1f89dd039c4900535d58169f3e46
parent 01180c5866e5019340fe95c603480df6256cca40
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 18 Oct 2023 15:33:00 +0200

Set version number to 0.5

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -1,4 +1,4 @@ -VERSION = 0.3.0 # Library version +VERSION = 0.5.0 # Library version PREFIX = /usr/local LIB_TYPE = SHARED