From 431d5f80fdca499d4a75c22142ba78e63ca114e3 Mon Sep 17 00:00:00 2001 From: TinySemVer Date: Mon, 20 Jan 2025 09:58:50 +0000 Subject: [PATCH] Release: v0.3.0 [skip ci] ### Minor - Add: SVE gather/scatter (107b359) - Add: Serial & AVX-512 scatter/gather (089cfa0) ### Patch - Improve: Timing SVE (daa55f5) - Improve: Stabilize gather timings (3fca991) --- CMakeLists.txt | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ee4d20..82d72dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR) # Project Setup # ------------------------------------------------------------------------------ project(less_slow - VERSION 0.2.0 + VERSION 0.3.0 LANGUAGES C CXX ASM DESCRIPTION "Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines" HOMEPAGE_URL "https://github.com/ashvardanian/less_slow.cpp") diff --git a/VERSION b/VERSION index 341cf11..9325c3c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 \ No newline at end of file +0.3.0 \ No newline at end of file