From 563051aaebbb80da3d453cacf3e1f9782d3077fb Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Tue, 23 Nov 2021 03:51:21 +0200 Subject: DOC, SIMD: Improve the auto-generated tables of CPU features --- .../simd/simd-optimizations-tables-diff.inc | 37 ---------------------- 1 file changed, 37 deletions(-) delete mode 100644 doc/source/reference/simd/simd-optimizations-tables-diff.inc (limited to 'doc/source/reference/simd/simd-optimizations-tables-diff.inc') 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** - -- cgit v1.2.1