File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if(MSVC)
24
24
add_compile_options ("/wd4324" ) # Disable structure was padded due to alignment specifier
25
25
endif ()
26
26
27
- project (astcencoder VERSION 4.6.0 )
27
+ project (astcencoder VERSION 4.6.1 )
28
28
29
29
set (CMAKE_CXX_STANDARD 14)
30
30
set (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
7
7
clocked at 4.2 GHz, running ` astcenc ` using AVX2 and 6 threads.
8
8
9
9
<!-- ---------------------------------------------------------------------- -->
10
- ## 4.7.0
10
+ ## 4.6.1
11
11
12
- ** Status:** TBD
12
+ ** Status:** November 2023
13
13
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.
15
16
16
17
* ** General:**
17
18
* ** 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.
19
22
20
23
<!-- ---------------------------------------------------------------------- -->
21
24
## 4.6.0
You can’t perform that action at this time.
0 commit comments