File tree 2 files changed +9
-3
lines changed
2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,15 @@ release of the 2.x series.
6
6
All performance data on this page is measured on an Intel Core i5-9600K
7
7
clocked at 4.2 GHz, running astcenc using 6 threads.
8
8
9
+ ## 2.2
10
+
11
+ ** Status:** :warning : In development (ETA February 2021)
12
+
13
+ The 2.2 release is the third release in the 2.x series. It includes ...
14
+
9
15
## 2.1
10
16
11
- ** Status:** : warning : In development (ETA November 2020)
17
+ ** Status:** Released, November 2020
12
18
13
19
The 2.1 release is the second release in the 2.x series. It includes a number
14
20
of performance optimizations and new features.
@@ -41,7 +47,7 @@ recompile the client-side using the updated `astcenc.h` header.
41
47
* ** Feature:** Image input/output can now use ` ASTCENC_TYPE_F32 ` data types.
42
48
* ** Stability:**
43
49
* ** Feature:** The SSE2, SSE4.2, and AVX2 variants now produce identical
44
- compressed output when run on the same CPU when compiled with the
50
+ compressed output when run on the same CPU when compiled with the
45
51
preprocessor define ` ASTCENC_ISA_INVARIANCE=1 ` . For Make builds this can
46
52
be set on the command line by setting ` ISA_INV=1 ` . ISA invariance is off
47
53
by default; it reduces performance by 1-3%.
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Release build binaries for the `astcenc` stable releases are provided in the
62
62
[ GitHub Releases page] ( https://github.com/ARM-software/astc-encoder/releases ) .
63
63
Binaries are provided for 64-bit builds on Windows, macOS, and Linux.
64
64
65
- * Latest stable release: 2.0 .
65
+ * Latest stable release: 2.1 .
66
66
* Change log: [ 2.x series] ( ./Docs/ChangeLog.md )
67
67
68
68
## astcenc 2.x binaries
You can’t perform that action at this time.
0 commit comments