Skip to content

Commit 5cb72e1

Browse files
author
TinySemVer
committed
Release: v0.5.0 [skip ci]
### Minor - Add: Unbundled FMA versions (5d206f1) ### Patch - Improve: Reorder MA kernels (c3f3ce9) - Fix: Handling denormal values in FMA (f9b989a) - Docs: Graviton 4 GEMM benchmarks (108ae72) - Docs: Note on `__bf16` on Arm (651d7e6) - Fix: Call `tops_f64_neon_asm_kernel` (44f8086)
1 parent c101a0c commit 5cb72e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
55
# Project Setup
66
# ------------------------------------------------------------------------------
77
project(less_slow
8-
VERSION 0.4.2
8+
VERSION 0.5.0
99
LANGUAGES C CXX ASM
1010
DESCRIPTION "Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines"
1111
HOMEPAGE_URL "https://github.com/ashvardanian/less_slow.cpp")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.2
1+
0.5.0

0 commit comments

Comments
 (0)