core/conv: update description headers for conv_acc_*

Change-Id: I00154776c8e7d346abcbaf9048ce04d9488bb458
This commit is contained in:
Vadim Yanitskiy 2017-06-19 18:21:02 +07:00
parent e4fe71c04f
commit 46e533c13a
5 changed files with 10 additions and 5 deletions

View File

@ -1,5 +1,5 @@
/*
* Viterbi decoder
* Accelerated Viterbi decoder implementation
*
* Copyright (C) 2013, 2014 Thomas Tsou <tom@tsou.cc>
*

View File

@ -1,5 +1,6 @@
/*
* Viterbi decoder
* Accelerated Viterbi decoder implementation
* for generic architectures without SSE support
*
* Copyright (C) 2013, 2014 Thomas Tsou <tom@tsou.cc>
*

View File

@ -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@tsou.cc>
*

View File

@ -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@tsou.cc>
*

View File

@ -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@tsou.cc>
*