diff options
author | Rafael Cardoso Fernandes Sousa <rafaelcfsousa@ibm.com> | 2022-01-17 22:02:06 -0600 |
---|---|---|
committer | Rafael Cardoso Fernandes Sousa <rafaelcfsousa@ibm.com> | 2022-01-17 22:02:06 -0600 |
commit | a8ecb7d8dd66e7bfe8f8d8a379025b17a894dea4 (patch) | |
tree | c834ae249b1b102018cf649e00c80bdfe2faa34b /doc/source/reference/simd | |
parent | 78c6713b4ee06bec1fa579f94b466cbe5fe4e8f3 (diff) | |
download | numpy-a8ecb7d8dd66e7bfe8f8d8a379025b17a894dea4.tar.gz |
DOC: Update CPU features table with VSX4
Diffstat (limited to 'doc/source/reference/simd')
-rw-r--r-- | doc/source/reference/simd/generated_tables/cpu_features.inc | 30 |
1 files changed, 16 insertions, 14 deletions
diff --git a/doc/source/reference/simd/generated_tables/cpu_features.inc b/doc/source/reference/simd/generated_tables/cpu_features.inc index 17d1b4951..7782172d2 100644 --- a/doc/source/reference/simd/generated_tables/cpu_features.inc +++ b/doc/source/reference/simd/generated_tables/cpu_features.inc @@ -36,26 +36,28 @@ On IBM/POWER big-endian .. table:: :align: left - ======== ================ - Name Implies - ======== ================ - ``VSX`` - ``VSX2`` ``VSX`` - ``VSX3`` ``VSX`` ``VSX2`` - ======== ================ + ======== ========================= + Name Implies + ======== ========================= + ``VSX`` + ``VSX2`` ``VSX`` + ``VSX3`` ``VSX`` ``VSX2`` + ``VSX4`` ``VSX`` ``VSX2`` ``VSX3`` + ======== ========================= On IBM/POWER little-endian ~~~~~~~~~~~~~~~~~~~~~~~~~~ .. table:: :align: left - ======== ================ - Name Implies - ======== ================ - ``VSX`` ``VSX2`` - ``VSX2`` ``VSX`` - ``VSX3`` ``VSX`` ``VSX2`` - ======== ================ + ======== ========================= + Name Implies + ======== ========================= + ``VSX`` ``VSX2`` + ``VSX2`` ``VSX`` + ``VSX3`` ``VSX`` ``VSX2`` + ``VSX4`` ``VSX`` ``VSX2`` ``VSX3`` + ======== ========================= On ARMv7/A32 ~~~~~~~~~~~~ |