Add ppc64le support (#8409)

This patch adds POWER in the supported architecture list in the user manual.

Co-authored-by: Rajalakshmi Srinivasaraghavan <rajis@linux.ibm.com>
This commit is contained in:
RajalakshmiSR 2021-08-11 11:48:33 -05:00 committed by GitHub
parent d8bb0da9f9
commit 66fa85a7e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,11 +77,11 @@ Also, if you want to cross-compile for Apple Silicon in an Intel-based MacOS mac
### Architectures
{: .no_toc }
| | x86_32 | x86_64 | ARM32v7 | ARM64 |
|-----------|:------------:|:------------:|:------------:|:------------:|
|Windows | YES | YES | YES | YES |
|Linux | YES | YES | YES | YES |
|macOS | NO | YES | NO | NO |
| | x86_32 | x86_64 | ARM32v7 | ARM64 | PPC64LE |
|-----------|:------------:|:------------:|:------------:|:------------:|:-------:|
|Windows | YES | YES | YES | YES | NO |
|Linux | YES | YES | YES | YES | YES |
|macOS | NO | YES | NO | NO | NO |
### Environments
{: .no_toc }