Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reference
https://code.google.com/p/pcsx2/issues/detail?id=1195
|
|
|
|
|
|
|
|
|
|
|
|
more piles of #if crap in the template.
|
|
|
|
|
|
updated copy of cpuid.h with the latest from gcc 4.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Conflicts:
volk/gen/make_cpuid_c.py
|
|
when OS has it disabled.
|
|
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.
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
1) add APPDATA to search path for windows
2) graceful fail and env vars not defined
|
|
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.
|
|
Conflicts:
volk/config/orc.m4
|
|
version in autotools).
|
|
|
|
|
|
|
|
|
|
machines until it's fixed.
|
|
on 32-bit machines.
Not currently used in GNU Radio, so no change in behavior there.
|
|
|
|
|