Skip to content

Commit

Permalink
Release: v0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
### Minor

- Add: SVE gather/scatter (107b359)
- Add: Serial & AVX-512 scatter/gather (089cfa0)

### Patch

- Improve: Timing SVE (daa55f5)
- Improve: Stabilize gather timings (3fca991)
  • Loading branch information
TinySemVer committed Jan 20, 2025
1 parent 87fc57f commit 431d5f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.3.0

0 comments on commit 431d5f8

Please sign in to comment.