@@ -9,7 +9,7 @@ clocked at 4.2 GHz, running `astcenc` using AVX2 and 6 threads.
99<!-- ---------------------------------------------------------------------- -->
1010## 4.5.0
1111
12- ** Status:** In development
12+ ** Status:** June 2023
1313
1414The 4.5.0 release is a maintenance release with small image quality
1515improvements, and a number of build system quality of life improvements.
@@ -20,6 +20,9 @@ improvements, and a number of build system quality of life improvements.
2020 * ** Bug-fix:** Invariant Clang builds now use ` -ffp-model=precise ` with
2121 ` -ffp-contract=off ` which is needed to restore invariance due to recent
2222 changes in compiler defaults.
23+ * ** Change:** macOS binary releases are now distributed as a single universal
24+ binary for all platforms.
25+ * ** Change:** Windows binary releases are now compiled with VS2022.
2326 * ** Change:** Invariant MSVC builds for VS2022 now use ` /fp:precise ` instead
2427 of ` /fp:strict ` , which is is now possible because precise no longer implies
2528 contraction. This should improve performance for MSVC builds.
@@ -40,11 +43,11 @@ improvements, and a number of build system quality of life improvements.
4043 images can different across platforms and compilers.
4144 * ** Optimization:** Color quantization and packing for LDR RGB and RGBA has
4245 been vectorized to improve performance.
43- * ** Change:** Color quantization for LDR RGB and RGBA will now try multiple
44- quantization packing methods, and pick the one with the lowest endpoint
45- encoding error. This gives a minor image quality improvement, for almost
46- no performance impact when combined with the vectorization optimizations
47- above .
46+ * ** Change:** Color quantization for LDR RGB and RGBA endpoints will now try
47+ multiple quantization packing methods, and pick the one with the lowest
48+ endpoint encoding error. This gives a minor image quality improvement, for
49+ no significant performance impact when combined with the vectorization
50+ optimizations .
4851
4952<!-- ---------------------------------------------------------------------- -->
5053## 4.4.0
0 commit comments