summaryrefslogtreecommitdiff
path: root/doc/source/reference/simd/build-options.rst
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2021-12-14 04:16:48 +0200
committerSayed Adel <seiko@imavr.com>2021-12-14 16:35:34 +0200
commit57628078ef81632f11d22a8fbe84e3a9a85ff748 (patch)
treefacbbe9c4b7d24f02fcd8c10878e86d5d612ae75 /doc/source/reference/simd/build-options.rst
parent46628c2e7a6e9fccf5d768276d58de31757ab681 (diff)
downloadnumpy-57628078ef81632f11d22a8fbe84e3a9a85ff748.tar.gz
DOC: update SIMD build options to cover s390x features
Diffstat (limited to 'doc/source/reference/simd/build-options.rst')
-rw-r--r--doc/source/reference/simd/build-options.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/reference/simd/build-options.rst b/doc/source/reference/simd/build-options.rst
index 80ef2c639..0a40d3ff5 100644
--- a/doc/source/reference/simd/build-options.rst
+++ b/doc/source/reference/simd/build-options.rst
@@ -165,6 +165,7 @@ Special Options
ARMHF ``NONE``
ARM64 A.K. AARCH64 ``NEON`` ``NEON_FP16`` ``NEON_VFPV4``
``ASIMD``
+ IBM/ZSYSTEM(S390X) ``NONE``
====================================== =======================================
- ``MAX``: Enables all supported CPU features by the compiler and platform.
@@ -338,7 +339,7 @@ that includes several sections, and each section has several values, representin
**Platform**:
- :enabled:`Architecture`: The architecture name of target CPU. It should be one of
- ``x86``, ``x64``, ``ppc64``, ``ppc64le``, ``armhf``, ``aarch64`` or ``unknown``.
+ ``x86``, ``x64``, ``ppc64``, ``ppc64le``, ``armhf``, ``aarch64``, ``s390x`` or ``unknown``.
- :enabled:`Compiler`: The compiler name. It should be one of
gcc, clang, msvc, icc, iccw or unix-like.