File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# libdeflate release notes
2
2
3
+ ## Version 1.21
4
+
5
+ * Fixed build error on x86 with gcc 8.1 and gcc 8.2.
6
+
7
+ * Fixed build error on x86 when gcc 11 is paired with a binutils version that
8
+ doesn't support AVX-VNNI, e.g. as it is on RHEL 9.
9
+
10
+ * Fixed build error on arm64 with gcc 6.
11
+
12
+ * Fixed build error on arm64 with gcc 13.1 and later with some -mcpu options.
13
+
14
+ * Enabled detection of dotprod support in Windows ARM64 builds.
15
+
3
16
## Version 1.20
4
17
5
18
* Improved CRC-32 performance on recent x86 CPUs by adding
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ extern "C" {
13
13
#endif
14
14
15
15
#define LIBDEFLATE_VERSION_MAJOR 1
16
- #define LIBDEFLATE_VERSION_MINOR 20
17
- #define LIBDEFLATE_VERSION_STRING "1.20 "
16
+ #define LIBDEFLATE_VERSION_MINOR 21
17
+ #define LIBDEFLATE_VERSION_STRING "1.21 "
18
18
19
19
/*
20
20
* Users of libdeflate.dll on Windows can define LIBDEFLATE_DLL to cause
You can’t perform that action at this time.
0 commit comments