osmo-trx/Transceiver52M/x86
Vadim Yanitskiy 3bd763d2a1 ssedetect: call __builtin_cpu_supports() only if supported
Some compilers don't support the __builtin_cpu_supports built-in,
so let's make them able to compile the project anyway.

Change-Id: I0c90402d8e4c9f196c54b066ff30891c8de3ad2b
2017-06-08 18:32:29 +00:00
..
Makefile.am buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convert.c ssedetect: call __builtin_cpu_supports() only if supported 2017-06-08 18:32:29 +00:00
convert_sse_3.c buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convert_sse_3.h buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convert_sse_4_1.c buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convert_sse_4_1.h buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convolve.c ssedetect: call __builtin_cpu_supports() only if supported 2017-06-08 18:32:29 +00:00
convolve_sse_3.c buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00
convolve_sse_3.h buildenv: Split up SSE3 and SSE4.1 code 2017-05-19 17:21:45 +00:00