File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if(MSVC)
2424 add_compile_options ("/wd4324" ) # Disable structure was padded due to alignment specifier
2525endif ()
2626
27- project (astcencoder VERSION 4.6.0 )
27+ project (astcencoder VERSION 4.6.1 )
2828
2929set (CMAKE_CXX_STANDARD 14)
3030set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change @@ -7,15 +7,18 @@ All performance data on this page is measured on an Intel Core i5-9600K
77clocked 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
You can’t perform that action at this time.
0 commit comments