[PATCH] libosmocore[master]: core/conv: update description headers for conv_acc_*

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Mon Jun 19 11:22:24 UTC 2017


Review at  https://gerrit.osmocom.org/2973

core/conv: update description headers for conv_acc_*

Change-Id: I00154776c8e7d346abcbaf9048ce04d9488bb458
---
M src/conv_acc.c
M src/conv_acc_generic.c
M src/conv_acc_sse.c
M src/conv_acc_sse_avx.c
M src/conv_acc_sse_impl.h
5 files changed, 10 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/73/2973/1

diff --git a/src/conv_acc.c b/src/conv_acc.c
index 8dcf850..13b220b 100644
--- a/src/conv_acc.c
+++ b/src/conv_acc.c
@@ -1,5 +1,5 @@
 /*
- * Viterbi decoder
+ * Accelerated Viterbi decoder implementation
  *
  * Copyright (C) 2013, 2014 Thomas Tsou <tom at tsou.cc>
  *
diff --git a/src/conv_acc_generic.c b/src/conv_acc_generic.c
index 6042668..a4787e3 100644
--- a/src/conv_acc_generic.c
+++ b/src/conv_acc_generic.c
@@ -1,5 +1,6 @@
 /*
- * Viterbi decoder
+ * Accelerated Viterbi decoder implementation
+ * for generic architectures without SSE support
  *
  * Copyright (C) 2013, 2014 Thomas Tsou <tom at tsou.cc>
  *
diff --git a/src/conv_acc_sse.c b/src/conv_acc_sse.c
index 9cbcc2f..bcc9d48 100644
--- a/src/conv_acc_sse.c
+++ b/src/conv_acc_sse.c
@@ -1,5 +1,6 @@
 /*
- * Intel SSE Viterbi decoder
+ * Accelerated Viterbi decoder implementation
+ * for architectures with only SSE3 available
  *
  * Copyright (C) 2013, 2014 Thomas Tsou <tom at tsou.cc>
  *
diff --git a/src/conv_acc_sse_avx.c b/src/conv_acc_sse_avx.c
index 5d9a82b..2ad353a 100644
--- a/src/conv_acc_sse_avx.c
+++ b/src/conv_acc_sse_avx.c
@@ -1,5 +1,6 @@
 /*
- * Intel SSE + AVX Viterbi decoder
+ * Accelerated Viterbi decoder implementation
+ * for architectures with both SSE3 and AVX2 support
  *
  * Copyright (C) 2013, 2014 Thomas Tsou <tom at tsou.cc>
  *
diff --git a/src/conv_acc_sse_impl.h b/src/conv_acc_sse_impl.h
index 7d48c94..a62f910 100644
--- a/src/conv_acc_sse_impl.h
+++ b/src/conv_acc_sse_impl.h
@@ -1,5 +1,7 @@
 /*
- * Intel SSE Viterbi decoder
+ * Accelerated Viterbi decoder implementation
+ * Actual definitions which are being included
+ * from both conv_acc_sse.c and conv_acc_sse_avx.c
  *
  * Copyright (C) 2013, 2014 Thomas Tsou <tom at tsou.cc>
  *

-- 
To view, visit https://gerrit.osmocom.org/2973
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I00154776c8e7d346abcbaf9048ce04d9488bb458
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <axilirator at gmail.com>



More information about the gerrit-log mailing list