summaryrefslogtreecommitdiff
path: root/volk/gen/make_set_simd.py
Commit message (Collapse)AuthorAgeFilesLines
* volk: removed old generator python codeJosh Blum2012-04-191-166/+0
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-13/+13
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* volk: reorganization of generation sources and generated filesJosh Blum2011-04-261-0/+166
All generation sources have been moved to the gen/ subdirectory. Bootstrap and volk_register.py generate the files into to gen/ subdirectory in an effort to cleanly separate the static/generated parts of the build tree. Define top_gendir in Makefile.common, all generated sources listed in Makefile.ams are prefixed with $(top_gendir) to differentiate them from static in-tree sources.