Statistics
| Branch: | Tag: | Revision:

root / volk @ 3d8074ac

Name Size
  apps
  cmake
  gen
  include
  lib
  msvc
  orc
  python
  spu_lib
CMakeLists.txt 4.1 kB
libvector_replace.sh 358 Bytes
volk.pc.in 258 Bytes

Latest revisions

# Date Author Comment
9f879534 04/19/2012 04:21 pm Johnathan Corgan

Merge branch 'maint'

ef97a993 04/18/2012 08:32 pm Josh Blum

volk: gcc version check without __GNUC_PREREQ

ad975279 04/18/2012 06:18 pm Josh Blum

volk: added xgetbv stuff from volk_work to maint

This ensures that the compiler has support for xgetbv.
This also fixes MSVC by checking for _xgetbv.
Also, restored copy of cpuid.h, this should not be modified.

847be64a 04/16/2012 03:39 pm Johnathan Corgan

Merge branch 'maint'

Conflicts:
volk/gen/make_cpuid_c.py

92db9643 04/16/2012 03:33 pm Nick Foster

Volk: also check to make sure OSXSAVE is enabled so you don't check XGETBV when OS has it disabled.

c3f2c30a 04/16/2012 03:25 pm Nick Foster

Volk: add support for checking AVX enable state of OS.

Some systems (notably Xen hypervisor) appear to use XSETBV to disable AVX. This causes SIGILL when running AVX instructions. This commit makes Volk check XCR0 on the AVX arch before proceeding.

f919f9dc 04/13/2012 10:36 pm Tom Rondeau

Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.

The sed script was provided by Moritz Fischer.

a2149950 03/22/2012 10:07 pm Johnathan Corgan

Merge branch 'master' into next

d9226e09 03/22/2012 08:45 pm Josh Blum

volk: fix for load prefs (config path)

1) add APPDATA to search path for windows
2) graceful fail and env vars not defined

d8832807 03/21/2012 11:59 pm Josh Blum

volk: add include for config.h to cc file

volk_32f_s32f_convert_16i_a was also a problem,
previously volk_32f_s32f_convert_16i_u was fixed to have config.h.
I heard putting config h stuff into public headers was bad practice.
Including config.h into the generated cc file should fix this issue from now on.

View revisions

Also available in: Atom