File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,15 @@ The 5.3.0 release is a minor maintenance release.
1717 * ** Feature:** Reference C builds (` ASTCENC_ISA_NONE ` ) now support compiling
1818 for big-endian CPUs. Compile with ` -DASTCENC_BIG_ENDIAN=ON ` when compiling
1919 for a big-endian target; it is not auto-detected.
20+ * ** Improvement:** Builds using GCC now specify ` -flto=auto ` to allow
21+ parallel link steps, and remove the log warnings about not setting a CPU
22+ count parameter value.
2023 * ** Bug fix:** Builds using MSVC ` cl.exe ` that do not specify an explicit
2124 ISA using the preprocessor configuration defines will now correctly
2225 default to the SSE2 backend on x86-64 and the NEON backend on Arm64. Previously they would have defaulted to the reference C implementation,
2326 which is around 3.25 times slower.
2427
28+
2529<!-- ---------------------------------------------------------------------- -->
2630## 5.2.0
2731
You can’t perform that action at this time.
0 commit comments