Statistics
| Branch: | Tag: | Revision:

root / volk / include @ 5d10579e

Name Size
  volk
.gitignore 74 Bytes
Makefile.am 831 Bytes

Latest revisions

# Date Author Comment
5d10579e 02/16/2011 07:37 am Nick Foster

volk: temporarily removed avx arch.

when -mavx is used, gcc will promote SSE instructions to their AVX equivalents. while this is a benefit on AVX architectures,
it makes it really difficult to selectively enable code based on architecture at runtime. GCC suggests compiling different...

1bf5a3ea 02/16/2011 06:28 am Nick Foster

reverted mktables deletion until i get my act together and make it go straight from python -> .h

88c389e1 02/16/2011 06:25 am Nick Foster

Revert "Removed some mktables stuff since it's passe"

This reverts commit d364316fa2e047890af09c7bdeed776d6391b3db.

fd03c0ee 02/16/2011 05:59 am Nick Foster

Moved the fn indices gen from volk.c to volk_registry.h so the qa code has access to the static stuff

d364316f 02/16/2011 05:28 am Nick Foster

Removed some mktables stuff since it's passe

2387618a 02/16/2011 02:58 am Nick Foster

comments

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....

b806f6e9 02/02/2011 07:21 pm Tom Rondeau

volk: updating to readd unaligned dot product under new name scheme.

80068670 02/02/2011 04:19 am Tom Rondeau

Merge branch 'volk_rename' into next

Conflicts:
volk/include/volk/Makefile.am
volk/lib/Makefile.am
volk/lib/qa_volk.cc

6503e3b2 01/30/2011 05:35 pm Tom Rondeau

volk: Updating build structure to work when orc is not installed.

Distcheck passes for me if liborc is installed or not.

View revisions

Also available in: Atom