mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
Add ppc64le (PowerPC Little Endian) as supported architecture
With the introduction of the POWER8 architecture, the little endian variant ppc64le was also introduced. As the Travis CI build pipeline also supports this architecture add it to the list of supported platforms.
This commit is contained in:
parent
30813b9066
commit
f21275d140
@ -15,8 +15,8 @@ JPEG-LS is a low-complexity image compression standard that matches JPEG 2000 co
|
||||
## Features
|
||||
|
||||
* C++14 library implementation with a binary C interface for maximum interoperability.
|
||||
* Supports Windows, Linux and macOS for x86, x64, arm and arm64.
|
||||
* Adapters for .NET, JavaScript (WebAssembly) and Python available.
|
||||
* Supports Windows, Linux and macOS on x86, x64, arm, arm64 and ppc64le.
|
||||
* Adapters for .NET, JavaScript (WebAssembly) and Python applications available.
|
||||
* Excellent compression and decompression performance.
|
||||
|
||||
## About JPEG-LS
|
||||
|
Loading…
x
Reference in New Issue
Block a user