summaryrefslogtreecommitdiff
path: root/volk/gen/machines.xml
AgeCommit message (Collapse)Author
2011-11-30volk: avx support for MSVCJosh Blum
2011-05-19Volk: first stab at NEON support. Using compile-time detection.Nick Foster
2011-05-12Volk: Forgot to put sse4.1 support in sse4_2 and avx machinesNick Foster
2011-05-10volk: cmake support for volk (gcc + msvc)Josh Blum
2011-04-26volk: reorganization of generation sources and generated filesJosh Blum
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.