summaryrefslogtreecommitdiff
path: root/doc/source/reference/simd/simd-optimizations.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC, SIMD: redirect the old path to the new indexSayed Adel2021-12-101-1/+10
|
* DOC, SIMD: add a new index for the optimization page to separate into ↵Sayed Adel2021-12-081-526/+2
| | | | multiple files
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-8/+8
|
* Docs: simd-optimizations.rst: fix basline typo (#18680)Maxim Belkin2021-03-251-2/+2
|
* DOC: improve SIMD features tablesSayed Adel2020-07-141-6/+36
| | | | | | - improve the tables generator(style/simplify) - show the differences between the compilers - add an explanation about interrelated CPU features
* DOC: Add SIMD optimization documentation (gh-15551)Matti Picus2020-07-121-0/+497
Add documentation for the new build infrastructure and API developed to enable universal intrinsics. Written by @seiko2plus with some fixes by @mattip. * DOC: add SIMD optimization doc (seiko2plus) * DOC: reformat as valid RST * trim whitespace * first part of Understanding CPU Dispatching * update build options and remove implied features, gonna update it later * add more explanations for the dispatcher and fix doc style * fix up style * add figure * Improve and more explanations for Understanding CPU Dispatching * fix up syntax * DOC: tweak formatting * DOC: more tweaks * fix rst formatting * DOC: Generate CPU features tables from CCompilerOpt * DOC: move files around * DOC: add comment to top of file * DOC: rebuild tables, fix links * DOC: minor copyedits Co-authored-by: Sayed Adel <seiko@imavr.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>