summaryrefslogtreecommitdiff
path: root/doc/source/reference/simd
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-2/+2
|\ | | | | MAINT: remove redundant open() modes and io.open() alias
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-2/+2
| |
* | Update cpu_features.inc and compilers-diff.incRaghuveer Devulapalli2023-02-082-46/+49
| |
* | DOC: move section (from review) [skip ci]mattip2023-01-032-25/+18
| |
* | DOC: document NPY_DISABLE_CPU_FEATURESmattip2023-01-031-3/+21
|/
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: contigous -> contiguous * DOC: enlongated -> elongated * DOC: thuse -> thus * DOC: quantityt -> quantity * DOC: suppled -> supplied * DOC: intgrally -> integrally * DOC: assignnent -> assignment * DOC: homoegeneous -> homogeneous * DOC: interpereted -> interpreted * DOC: optimised -> optimized * DOC: Advantanges -> Advantages * DOC: realised -> realized * DOC: parametrizing -> parameterizing * DOC: realised -> realized * DOC: intrisics -> intrinsics * DOC: ablility -> ability * DOC: intrisic -> intrinsic * DOC: unversal -> universal * DOC: machnisms -> mechanisms * DOC: specfiy -> specify * DOC: exclution -> exclusion * DOC: optimzations -> optimizations * DOC: declrations -> declarations * DOC: auto-gernreated -> auto-generated * DOC: it highely recomaned -> it is highly recommended * DOC: exectuing -> executing * DOC: strectched -> stretched * DOC: foriegn -> foreign * DOC: indeded -> intended * DOC: multimdimensional -> multidimensional * DOC: supserseded -> superseded * DOC: generalisation -> generalization * FIX: whitespace before comma
* DOC: Update CPU features table with VSX4Rafael Cardoso Fernandes Sousa2022-01-171-14/+16
|
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-2/+2
|
* DOC: update SIMD build options to cover s390x featuresSayed Adel2021-12-143-4/+20
|
* DOC, SIMD: redirect the old path to the new indexSayed Adel2021-12-101-1/+10
|
* DOC, SIMD: Apply suggestions from Melissa's code reviewSayed Adel2021-12-103-62/+65
| | | | Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com>
* DOC, SIMD: move How It Works into separated pageSayed Adel2021-12-082-0/+350
|
* DOC, SIMD: Improve build options and move them into a separated pageSayed Adel2021-12-083-0/+456
|
* DOC, SIMD: add a new index for the optimization page to separate into ↵Sayed Adel2021-12-082-526/+39
| | | | multiple files
* DOC, SIMD: Improve the auto-generated tables of CPU featuresSayed Adel2021-12-086-330/+320
|
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-8/+8
|
* Docs: simd-optimizations.rst: fix basline typo (#18680)Maxim Belkin2021-03-251-2/+2
|
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-201-4/+4
| | | | Co-authored-by: h-vetinari <h.vetinari@gmx.com>
* DOC: improve SIMD features tablesSayed Adel2020-07-144-198/+282
| | | | | | - 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-123-0/+773
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>