gf-complete/test
Bassam Tabbara ad11042132 Simplify SIMD make scripts
ax_ext.m4 no longer performs any CPU checks. Instead it just checks
if the the compile supports SIMD flags.

Runtime detection will choose the right methods base on CPU
instructions available.

Intel AVX support is still done through the build since it would
require a major refactoring of the code base to support it at runtime.
For now I added a configuration flag --enable-avx that can be used
to compile with AVX support.

Also use cpu intrinsics instead of __asm__
2016-09-13 12:25:00 -07:00
..
Makefile.am Simplify SIMD make scripts 2016-09-13 12:25:00 -07:00
gf_unit.c use posix_memalign to align memory for SIMD region tests 2014-10-09 23:22:34 +02:00