Skip to content

Commit 4a86301

Browse files
committed
Uprev for 5.1.0 release
1 parent fb7a3ea commit 4a86301

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if(MSVC)
2525
add_compile_options("/wd4324")
2626
endif()
2727

28-
project(astcencoder VERSION 5.0.0)
28+
project(astcencoder VERSION 5.1.0)
2929

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

Docs/ChangeLog-5x.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
1010
<!-- ---------------------------------------------------------------------- -->
1111
## 5.1.0
1212

13-
**Status:** In development.
13+
**Status:** November 2024
1414

15-
The 5.1.0 release is a maintenance release.
15+
The 5.1.0 release is an optimization release, giving moderate performance
16+
improvements on all platforms. There are no image quality differences.
1617

1718
* **General:**
1819
* **Feature:** Added a new CMake build option to control use of native
@@ -25,7 +26,7 @@ The 5.1.0 release is a maintenance release.
2526
* **Optimization:** Optimized `compute_lowest_and_highest_weight()` to
2627
pre-compute min/max outside of the main loop.
2728
* **Optimization:** Added improved intrinsics sequence for SSE and AVX2
28-
`hmin()` and `hmax()`.
29+
integer `hmin()` and `hmax()`.
2930
* **Optimization:** Added improved intrinsics sequence for `vint4(uint8_t*)`
3031
on systems implementing Arm SVE.
3132

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Release build binaries for the `astcenc` stable releases are provided in the
5959
[GitHub Releases page][3].
6060

6161
* Change log: [5.x series](./Docs/ChangeLog-5x.md)
62-
62+
6363
Binaries are provided for 64-bit builds on Windows, macOS, and Linux.
6464

6565
## Windows and Linux
@@ -99,8 +99,8 @@ for ongoing development expect it to have some volatility. We recommend using
9999
the latest stable release tag for production development.
100100

101101
The `4.x` branch is a stable branch for the older 4.x release series. It is no
102-
longer under active development, but is a supported branch that continues to get
103-
backported bug fixes.
102+
longer under active development, but is a supported branch that continues to
103+
get back-ported bug fixes.
104104

105105
The `1.x`, `2.x`, and `3.x` branches are stable branches for older releases.
106106
They are no longer under active development or getting bug fixes.

0 commit comments

Comments
 (0)