@@ -15,7 +15,7 @@ The 3.1 release is the second release in the 3.x series. This release gives
15
15
another performance boost, typically between 5 and 20% faster than the 3.0
16
16
release, as well as further incremental improvements to image quality. A number
17
17
of build system improvements make astcenc easier and faster to integrate into
18
- other projects as a library, including support for building unversal binaries
18
+ other projects as a library, including support for building universal binaries
19
19
on macOS. Full change list is shown below.
20
20
21
21
Reminder for users of the library interface - the API is not designed to be
@@ -30,8 +30,8 @@ updated `astcenc.h` header.
30
30
visual system, which is most sensitive to green, then red, then blue.
31
31
* ** Feature:** Codec supports a new low weight search mode, which is a
32
32
simpler weight assignment for encodings with a low number of weights in the
33
- weight grid. The weight threshold can be overriden using the new
34
- ` -lowweightmodelimit ` commadn line option.
33
+ weight grid. The weight threshold can be overridden using the new
34
+ ` -lowweightmodelimit ` command line option.
35
35
* ** Feature:** All platform builds now support building a native binary.
36
36
Native binaries automatically select the SIMD level based on the default
37
37
configuration of the compiler in use. Native binaries built on one machine
0 commit comments