Statistics
| Branch: | Tag: | Revision:

root / volk / include / volk / volk_common.h @ ee0ed0b7

History | View | Annotate | Download (2.9 kB)

# Date Author Comment
52c51c98 12/01/2011 02:33 am Josh Blum

volk: conversion tweaks to build avx on MSVC

21d6870a 05/10/2011 08:49 pm Josh Blum

volk: cmake support for volk (gcc + msvc)

c40ef84d 05/06/2011 09:27 pm Josh Blum

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

5b4c7d27 05/06/2011 07:41 pm Josh Blum

volk: top-level common header cleanup

Since we already have a volk_common.h,
moved the attributes, API declaration,
and c-linkage macros into volk_common.h

This change removes volk_attributes.h,
in favor of one common include header.
The implementation headers that require...

8b04d292 04/16/2011 05:05 pm Nick Foster

Volk: split n_archs out of arch_defs0, began to add _manual support

1877a842 04/15/2011 07:11 pm Nick Foster

Volk: volk_machine structures generated, volk_machines is instantiated. Testing manually works OK. All that's left is top-level volk.c and Automake wrangling.

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

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

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.