summaryrefslogtreecommitdiff
path: root/volk/gen/machines.xml
AgeCommit message (Collapse)Author
2012-07-17volk: fix for win64 MSVC not having MMX supportJosh Blum
1) For the machine defs that will pass on windows, generate a machine with mmx and without using mmx| 2) In the cmakelists, we overrule MMX arch on MSVC 64. Also overrule redundant machines for when MMX does pass. 3) Set LV_HAVE_SSE && LV_HAVE_MMX for volk_16i_32fc_dot_prod_32fc_a. Afterall, it is calling into MMX intrinsics as well.
2012-04-19volk: remove norc, implement machine overruleJosh Blum
2012-04-19volk: make orc a normal arch with overruleJosh Blum
2012-04-19volk: added compile utils and cleanup cmakelistsJosh Blum
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.