Skip to content

Commit 19b19f9

Browse files
committed
Prep for a 4.6.1 maintenance release
1 parent 9372b7c commit 19b19f9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(MSVC)
2424
add_compile_options("/wd4324") # Disable structure was padded due to alignment specifier
2525
endif()
2626

27-
project(astcencoder VERSION 4.6.0)
27+
project(astcencoder VERSION 4.6.1)
2828

2929
set(CMAKE_CXX_STANDARD 14)
3030
set(CMAKE_CXX_STANDARD_REQUIRED ON)

Docs/ChangeLog-4x.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,18 @@ All performance data on this page is measured on an Intel Core i5-9600K
77
clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
88

99
<!-- ---------------------------------------------------------------------- -->
10-
## 4.7.0
10+
## 4.6.1
1111

12-
**Status:** TBD
12+
**Status:** November 2023
1313

14-
The 4.7.0 release is a maintenance release with minor improvements and fixes.
14+
The 4.6.1 release is a minor maintenance release to fix a scaling bug on
15+
large core count Windows systems.
1516

1617
* **General:**
1718
* **Optimization:** Windows builds of the `astcenc` command line tool can now
18-
use more than 64 cores on large core count systems.
19+
use more than 64 cores on large core count systems. This change doubled
20+
command line performance for `-exhastive` compression when testing on an
21+
96 core/192 thread system.
1922

2023
<!-- ---------------------------------------------------------------------- -->
2124
## 4.6.0

0 commit comments

Comments
 (0)