Skip to content

Commit 3f2ebba

Browse files
author
TinySemVer
committed
Release: v0.10.2 [skip ci]
### Patch - Improve: Horner method (cab8824) - Make: Default to `-O2` (56016d5) - Fix: Compiling w/out Intel TBB (2346e03) - Docs: Typo (#39) (99a91ba) - Improve: Stricter range limits & `fast-math` (7ae2c01) - Make: Formatting CMake (0e3c916) - Improve: Detecting CUDA availability (91c5f4e)
1 parent 22fbcf2 commit 3f2ebba

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
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
77
# ------------------------------------------------------------------------------
88
project(
99
less_slow
10-
VERSION 0.10.1
10+
VERSION 0.10.2
1111
LANGUAGES C CXX ASM
1212
DESCRIPTION
1313
"Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.1
1+
0.10.2

0 commit comments

Comments
 (0)