libosmocore/m4
Vadim Yanitskiy 2c3066e5da configure.ac: add SIMD detection capabilities
This change adds a check whether compiler supports some SIMD
(Single Instruction, Multiple Data) instructions. It is enabled
by default, and can be disabled by configure option --disable-simd.
The check macro is based on the AX_EXT from autoconf-archive:

www.gnu.org/software/autoconf-archive/ax_ext.html

And depends on the ax_check_compile_flag macro:

www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html

Currently only the following SIMD extensions are being checked:
AVX2, SSE3, SSE4.1, but adding others is also possible. All found
extensions are being defined in the 'config.h' header.

Change-Id: Idf8fff984bd936a75c7c307338df88ba4b005817
2017-05-07 23:11:06 +07:00
..
DUMMY Create a dummy m4 directory to make autoreconf --install --force work 2010-03-24 02:55:33 +01:00
ax_check_compile_flag.m4 configure.ac: add SIMD detection capabilities 2017-05-07 23:11:06 +07:00
ax_check_simd.m4 configure.ac: add SIMD detection capabilities 2017-05-07 23:11:06 +07:00