Skip to content

Commit b3327e8

Browse files
committed
Add -flto=auto to changelog
1 parent bf32abd commit b3327e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Docs/ChangeLog-5x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)