summaryrefslogtreecommitdiff
path: root/docs/doxygen/other/volk_guide.dox
Commit message (Collapse)AuthorAgeFilesLines
* docs: moved usage manual to wikiMarc Lichtman2019-06-071-160/+0
| | | | docs: first snapshot of wiki's usage manual
* Replaced redmine URLs.Marcus Müller2018-02-031-2/+1
|
* Doxygen: Adding GNU FDL header to Doxygen source filesBen Hilburn2017-03-101-0/+9
|
* docs: minor updates to the docs, including a new page for Python blocks.Tom Rondeau2014-07-251-177/+5
|
* docs: Restructured intro page, added some manual pagesMartin Braun2014-07-221-0/+324
|
* docs: reworking doc into one extra dox file for easier linking.Tom Rondeau2012-09-031-161/+0
| | | | build_guide was not being found properly. Putting these together fixes that.
* volk: make sure the alignment call for a block passes at least 1.Tom Rondeau2012-06-101-1/+1
| | | | For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-1/+1
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* volk: added some documentation to the Doxygen manual explaining Volk and how ↵Tom Rondeau2012-02-131-0/+161
to use it.