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:
Victor Derks 2020-11-22 13:06:13 +01:00
parent 30813b9066
commit f21275d140
No known key found for this signature in database
GPG Key ID: 3CAD1C98620F0A27

View File

@ -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