summaryrefslogtreecommitdiff
path: root/doc/source/reference/simd/simd-optimizations-tables.inc
Commit message (Collapse)AuthorAgeFilesLines
* DOC, SIMD: Improve the auto-generated tables of CPU featuresSayed Adel2021-12-081-103/+0
|
* DOC: improve SIMD features tablesSayed Adel2020-07-141-86/+79
| | | | | | - 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/+110
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>