Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify the whole thing.
Volk: initial profiling support. Profiling works, reading doesn't yet. Need to add name field to volk arch_defs
volk: added orc support to the cmake build
volk: cmake support for volk (gcc + msvc)
Volk: Each QA test runs in separate Boost test case so it prints statistics for you.
volk: various backports from MSVC building
1) Added support for __cpuid intrinsic under MSVC
2) Fixed disambiguation for std::abs overload in qa code
3) Fixed bit128 union, the ifdefs were completely wrong
volk: removed volk_registry.h, it was superseded by the machines
volk: reorganization of generation sources and generated files
All generation sources have been moved to the gen/ subdirectory.Bootstrap and volk_register.py generate the files into to gen/ subdirectoryin an effort to cleanly separate the static/generated parts of the build tree....
volk: replace references to attribute((aligned... with cross platform macro
This replaces all aligned(16) and aligned(128) (which were incorrect).
Attribute macros are on the left because this makes gcc and ms compilers happy.
volk: updated lib and include .gitignores for in-tree build
View revisions
Also available in: Atom