[clang] [AVX10][Doc] Add documentation about AVX10 options and their attentions (PR #77925)

Evgenii Kudriashov via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 12 08:29:33 PST 2024


================
@@ -3963,6 +3963,60 @@ implicitly included in later levels.
 - ``-march=x86-64-v3``: (close to Haswell) AVX, AVX2, BMI1, BMI2, F16C, FMA, LZCNT, MOVBE, XSAVE
 - ``-march=x86-64-v4``: AVX512F, AVX512BW, AVX512CD, AVX512DQ, AVX512VL
 
+`Intel AVX10 ISA <https://cdrdv2.intel.com/v1/dl/getContent/784267>`_ is
+a major new vector ISA incorporating the modern vectorization aspects of
+Intel AVX-512. This ISA will be supported on all future Intel processor.
----------------
e-kud wrote:

Processor**s**?

https://github.com/llvm/llvm-project/pull/77925


More information about the cfe-commits mailing list