libosmocore/src
Harald Welte b93f60f7cd conv_acc: Our code requires SSSE3, not just SSE3
The accelerated convolutional decoder uses SSSE3 instructions such
as PSIGNW (via _mm_sign_epi16) which go beyond what SSE3 offers.  So
let's make sure we use the right compiler flag (-mssse3) and also the
right runtime check.

Without this patch, we would use illegal instructions e.g. on Opteron
Gen3 such as Opteron 2427, which are also used as build.opensuse.org
build hosts (build31 through build36) where we wouldn't pass "make
check" as a result.

Change-Id: I2754164384109f2821fd98ffb48f625893f2923d
Fixes: OS#2386
2017-11-17 11:44:22 +01:00
..
codec Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
coding Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
ctrl Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gb Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gsm gsm: Use correct include for getrandom 2017-11-16 16:33:57 +01:00
pseudotalloc Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
sim Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
vty Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
Makefile.am conv_acc: Our code requires SSSE3, not just SSE3 2017-11-17 11:44:22 +01:00
application.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
backtrace.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
bitcomp.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
bits.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
bitvec.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
conv.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
conv_acc.c conv_acc: Our code requires SSSE3, not just SSE3 2017-11-17 11:44:22 +01:00
conv_acc_generic.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
conv_acc_sse.c conv_acc: Our code requires SSSE3, not just SSE3 2017-11-17 11:44:22 +01:00
conv_acc_sse_avx.c conv_acc: Our code requires SSSE3, not just SSE3 2017-11-17 11:44:22 +01:00
conv_acc_sse_impl.h Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
counter.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
crc16.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
crcXXgen.c.tpl Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
fsm.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
gsmtap_util.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
logging.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
logging_gsmtap.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
logging_syslog.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
loggingrb.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
macaddr.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
msgb.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
msgfile.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
panic.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
plugin.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
prbs.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
prim.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
rate_ctr.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
rbtree.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
select.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
sercomm.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
serial.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
signal.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
socket.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
stat_item.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
stats.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
stats_statsd.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
strrb.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
timer.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
timer_gettimeofday.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
utils.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00
write_queue.c Fix/Update copyright notices; Add SPDX annotation 2017-11-13 01:35:12 +09:00