summaryrefslogtreecommitdiff
path: root/doc/source/reference/simd/simd-optimizations-tables-diff.inc
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2021-11-23 03:51:21 +0200
committerSayed Adel <seiko@imavr.com>2021-12-08 22:18:07 +0200
commit563051aaebbb80da3d453cacf3e1f9782d3077fb (patch)
treed7066b82eb8158e74d2efbd8f730927fcfebb588 /doc/source/reference/simd/simd-optimizations-tables-diff.inc
parent6ae1a58e508a1f843ec3736488c67ac0bb793c16 (diff)
downloadnumpy-563051aaebbb80da3d453cacf3e1f9782d3077fb.tar.gz
DOC, SIMD: Improve the auto-generated tables of CPU features
Diffstat (limited to 'doc/source/reference/simd/simd-optimizations-tables-diff.inc')
-rw-r--r--doc/source/reference/simd/simd-optimizations-tables-diff.inc37
1 files changed, 0 insertions, 37 deletions
diff --git a/doc/source/reference/simd/simd-optimizations-tables-diff.inc b/doc/source/reference/simd/simd-optimizations-tables-diff.inc
deleted file mode 100644
index 41fa96703..000000000
--- a/doc/source/reference/simd/simd-optimizations-tables-diff.inc
+++ /dev/null
@@ -1,37 +0,0 @@
-.. generated via source/reference/simd/simd-optimizations.py
-
-x86::Intel Compiler - CPU feature names
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. table::
- :align: left
-
- =========== ==================================================================================================================
- Name Implies
- =========== ==================================================================================================================
- ``FMA3`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` **AVX2**
- ``AVX2`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` **FMA3**
- ``AVX512F`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` ``FMA3`` ``AVX2`` **AVX512CD**
- =========== ==================================================================================================================
-
-.. note::
- The following features aren't supported by x86::Intel Compiler:
- **XOP FMA4**
-
-x86::Microsoft Visual C/C++ - CPU feature names
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-.. table::
- :align: left
-
- ============ =================================================================================================================================
- Name Implies
- ============ =================================================================================================================================
- ``FMA3`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` **AVX2**
- ``AVX2`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` **FMA3**
- ``AVX512F`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` ``FMA3`` ``AVX2`` **AVX512CD** **AVX512_SKX**
- ``AVX512CD`` ``SSE`` ``SSE2`` ``SSE3`` ``SSSE3`` ``SSE41`` ``POPCNT`` ``SSE42`` ``AVX`` ``F16C`` ``FMA3`` ``AVX2`` ``AVX512F`` **AVX512_SKX**
- ============ =================================================================================================================================
-
-.. note::
- The following features aren't supported by x86::Microsoft Visual C/C++:
- **AVX512_KNL AVX512_KNM**
-