Statistics
| Branch: | Tag: | Revision:

root / volk / Makefile.common @ 5f145a32

History | View | Annotate | Download (1.6 kB)

# Date Author Comment
a5e2d9e5 04/27/2011 04:55 am Josh Blum

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/ subdirectory
in an effort to cleanly separate the static/generated parts of the build tree....

9b7d444a 04/14/2011 12:18 am Nick Foster

Merge branch 'master' of http://gnuradio.org/git/gnuradio into cpuid

Conflicts:
volk/Makefile.common
volk/lib/qa_utils.cc

753ee5b9 03/28/2011 04:01 am Tom Rondeau

volk: adding BOOST_CPPFLAGS to volk to use boost unit tests.

cef9e33e 03/10/2011 02:12 am Nick Foster

Volk: first steps to conditional compilation/multiple obj files.

1633e937 02/16/2011 02:52 am Nick Foster

cpuid: No more compile-time CPU checks. Compiles everything that gcc allows.
Configure- and compile-time checks modified to only compile architectures that the compiler will handle.
This means that volk will compile every arch that your gcc will compile, no matter if your CPU can execute the instructions or not....

9edf280f 01/18/2011 04:02 am Josh Blum

volk: replace assembly and separate cases with gcc cpuid for all x86

81c3086b 01/15/2011 12:58 am Tom Rondeau

Cleans up the Makefiles for the various platforms. This should also make it easier to add new architectures. Thanks to Josh for the inspiration.

1186ab98 12/08/2010 06:11 am Tom Rondeau

volk: Updating build system so that volk configures and builds from gnuradio top level dir.

23914465 12/07/2010 11:50 pm Tom Rondeau

Initial checkin for VOLK - Vector-Optimized Library of Kernels. This is a new SIMD library.

It currently stands by itself under the GNU Radio tree and can be used separately. We will integrate the build process into GNU Raio and start building off of its functionality over time.