Vadim Yanitskiy has submitted this change and it was merged.

Change subject: core/conv: update description headers for conv_acc_*
......................................................................


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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/conv_acc.c b/src/conv_acc.c
index 308cfe0..a3e3f16 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 <[email protected]>
  *
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 <[email protected]>
  *
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 <[email protected]>
  *
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 <[email protected]>
  *
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 <[email protected]>
  *

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I00154776c8e7d346abcbaf9048ce04d9488bb458
Gerrit-PatchSet: 4
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Vadim Yanitskiy <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Tom Tsou <[email protected]>
Gerrit-Reviewer: Vadim Yanitskiy <[email protected]>

Reply via email to